remove non-web formats (mkv/mka)
This commit is contained in:
parent
537a0229a1
commit
175cc52e3f
|
@ -38,7 +38,6 @@ types {
|
||||||
audio/ogg oga ogg opus;
|
audio/ogg oga ogg opus;
|
||||||
audio/x-realaudio ra;
|
audio/x-realaudio ra;
|
||||||
audio/x-wav wav;
|
audio/x-wav wav;
|
||||||
audio/x-matroska mka;
|
|
||||||
image/apng apng;
|
image/apng apng;
|
||||||
image/avif avif;
|
image/avif avif;
|
||||||
image/avif-sequence avifs;
|
image/avif-sequence avifs;
|
||||||
|
@ -64,7 +63,6 @@ types {
|
||||||
video/x-ms-asf asf asx;
|
video/x-ms-asf asf asx;
|
||||||
video/x-ms-wmv wmv;
|
video/x-ms-wmv wmv;
|
||||||
video/x-msvideo avi;
|
video/x-msvideo avi;
|
||||||
video/x-matroska mkv mk3d;
|
|
||||||
|
|
||||||
# Serving `.ico` image files with a different media type
|
# Serving `.ico` image files with a different media type
|
||||||
# prevents Internet Explorer from displaying then as images:
|
# prevents Internet Explorer from displaying then as images:
|
||||||
|
|
Loading…
Reference in New Issue