Skip to content

Commit 3e7c76d

Browse files
authored
Merge branch 'master' into audio-permission-fix
2 parents 353719a + 36e758f commit 3e7c76d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@
315315
<param-name>ExpiresByType application/x-mpegURL</param-name>
316316
<param-value>access plus 0 seconds</param-value>
317317
</init-param>
318+
<!-- M3U8 mime-type is application/vnd.apple.mpegurl so add the expire filter -->
319+
<init-param>
320+
<param-name>ExpiresByType application/vnd.apple.mpegurl</param-name>
321+
<param-value>access plus 0 seconds</param-value>
322+
</init-param>
318323
<init-param>
319324
<param-name>ExpiresByType application/dash+xml</param-name>
320325
<param-value>access plus 0 seconds</param-value>

0 commit comments

Comments
 (0)