Add video/x-flv to mime types, props hakre, fixes #11051
git-svn-id: https://develop.svn.wordpress.org/trunk@12239 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ee858aaa6c
commit
f13b20b423
|
@ -2271,6 +2271,7 @@ function get_allowed_mime_types() {
|
|||
'asf|asx|wax|wmv|wmx' => 'video/asf',
|
||||
'avi' => 'video/avi',
|
||||
'divx' => 'video/divx',
|
||||
'flv' => 'video/x-flv',
|
||||
'mov|qt' => 'video/quicktime',
|
||||
'mpeg|mpg|mpe' => 'video/mpeg',
|
||||
'txt|c|cc|h' => 'text/plain',
|
||||
|
|
Loading…
Reference in New Issue