Skip to content

Commit 3ec0cf0

Browse files
committed
add flash audio and video mime types
1 parent 0176ff4 commit 3ec0cf0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/AssetManager/Service/MimeResolver.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ class MimeResolver
150150
'etx' => 'text/x-setext',
151151
'exe' => 'application/x-msdos-program',
152152
'ez' => 'application/andrew-inset',
153+
'f4a' => 'audio/mp4',
154+
'f4b' => 'audio/mp4',
155+
'f4v' => 'video/mp4',
156+
'f4p' => 'video/mp4',
153157
'fb' => 'application/x-maker',
154158
'fbdoc' => 'application/x-maker',
155159
'fch' => 'chemical/x-gaussian-checkpoint',

0 commit comments

Comments
 (0)