8000 Added WebVTT to the list of MIME type extensions · symfony/symfony@9e2a111 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e2a111

Browse files
committed
Added WebVTT to the list of MIME type extensions
1 parent 5921530 commit 9e2a111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
744744
'text/vnd.sun.j2me.app-descriptor' => 'jad',
745745
'text/vnd.wap.wml' => 'wml',
746746
'text/vnd.wap.wmlscript' => 'wmls',
747+
'text/vtt' => 'vtt',
747748
'text/x-asm' => 's',
748749
'text/x-c' => 'c',
749750
'text/x-fortran' => 'f',

0 commit comments

Comments
 (0)
0