Skip to content

Commit

Permalink
Added and Updated MIME types for Flash Video
Browse files Browse the repository at this point in the history
Update 'f4v' entry and add 'flv'  to support Flash Video as
allowed file type.
  • Loading branch information
suhindra committed Nov 14, 2015
1 parent ad70b99 commit 58d6854
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 58d6854

Please sign in to comment.