Added WebVTT to the list of MIME type extensions

This commit is contained in:
Javier Eguiluz 2017-01-18 10:20:49 +01:00
parent 5921530a1a
commit 9e2a111e4b

View File

@ -744,6 +744,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
'text/vnd.sun.j2me.app-descriptor' => 'jad',
'text/vnd.wap.wml' => 'wml',
'text/vnd.wap.wmlscript' => 'wmls',
'text/vtt' => 'vtt',
'text/x-asm' => 's',
'text/x-c' => 'c',
'text/x-fortran' => 'f',