We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ffbf5 commit d86b5e6Copy full SHA for d86b5e6
terminal/src/Develop.hs
@@ -218,6 +218,7 @@ mimeTypeDict =
218
, ".m3u" ==> "audio/x-mpegurl"
219
, ".mov" ==> "video/quicktime"
220
, ".mp3" ==> "audio/mpeg"
221
+ , ".mp4" ==> "video/mp4"
222
, ".mpeg" ==> "video/mpeg"
223
, ".mpg" ==> "video/mpeg"
224
, ".ogg" ==> "application/ogg"
@@ -241,6 +242,8 @@ mimeTypeDict =
241
242
, ".txt" ==> "text/plain"
243
, ".wav" ==> "audio/x-wav"
244
, ".wax" ==> "audio/x-ms-wax"
245
+ , ".webm" ==> "video/webm"
246
+ , ".webp" ==> "image/webp"
247
, ".wma" ==> "audio/x-ms-wma"
248
, ".wmv" ==> "video/x-ms-wmv"
249
, ".woff" ==> "font/woff"
0 commit comments