We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5921530 commit 9e2a111Copy full SHA for 9e2a111
src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php
@@ -744,6 +744,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
744
'text/vnd.sun.j2me.app-descriptor' => 'jad',
745
'text/vnd.wap.wml' => 'wml',
746
'text/vnd.wap.wmlscript' => 'wmls',
747
+ 'text/vtt' => 'vtt',
748
'text/x-asm' => 's',
749
'text/x-c' => 'c',
750
'text/x-fortran' => 'f',
0 commit comments