Skip to content

Commit

Permalink
Merge pull request #4241 from suhindra/develop
Browse files Browse the repository at this point in the history
[ci skip] Added/updated MIME types for Flash Video
  • Loading branch information
narfbg committed Nov 16, 2015
2 parents ad70b99 + 58d6854 commit 1c0ab9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/config/mimes.php
Expand Up @@ -137,7 +137,8 @@
'3gp' => array('video/3gp', 'video/3gpp'),
'mp4' => 'video/mp4',
'm4a' => 'audio/x-m4a',
'f4v' => 'video/mp4',
'f4v' => array('video/mp4', 'video/x-f4v'),
'flv' => 'video/x-flv',
'webm' => 'video/webm',
'aac' => 'audio/x-acc',
'm4u' => 'application/vnd.mpegurl',
Expand Down

0 comments on commit 1c0ab9e

Please sign in to comment.