feat: added avif and wasm mime types, applied formatting
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-05-31 09:40:15 -03:00
parent 848fb29296
commit 6ea693541d

View file

@ -1,95 +1,89 @@
types { types {
text/html html htm shtml; text/html html htm shtml;
text/css css; text/css css;
text/xml xml; text/xml xml;
image/gif gif; image/gif gif;
image/jpeg jpeg jpg; image/jpeg jpeg jpg;
application/javascript js; application/javascript js;
application/atom+xml atom; application/atom+xml atom;
application/rss+xml rss; application/rss+xml rss;
text/mathml mml;
text/mathml mml; text/plain txt yaml yml;
text/plain txt yaml yml; text/vnd.sun.j2me.app-descriptor jad;
text/vnd.sun.j2me.app-descriptor jad; text/vnd.wap.wml wml;
text/vnd.wap.wml wml; text/x-component htc;
text/x-component htc; image/avif avif;
image/png png;
image/png png; image/svg+xml svg svgz;
image/svg+xml svg svgz; image/tiff tif tiff;
image/tiff tif tiff; image/vnd.wap.wbmp wbmp;
image/vnd.wap.wbmp wbmp; image/webp webp;
image/webp webp; image/x-icon ico;
image/x-icon ico; image/x-jng jng;
image/x-jng jng; image/x-ms-bmp bmp;
image/x-ms-bmp bmp; application/epub+zip epub epub3;
font/woff woff;
application/epub+zip epub epub3; font/woff2 woff2;
application/font-woff woff; application/java-archive jar war ear;
application/java-archive jar war ear; application/json json;
application/json json; application/mac-binhex40 hqx;
application/mac-binhex40 hqx; application/msword doc;
application/msword doc; application/pdf pdf;
application/pdf pdf; application/postscript ps eps ai;
application/postscript ps eps ai; application/rtf rtf;
application/rtf rtf; application/vnd.apple.mpegurl m3u8;
application/vnd.apple.mpegurl m3u8; application/vnd.google-earth.kml+xml kml;
application/vnd.google-earth.kml+xml kml; application/vnd.google-earth.kmz kmz;
application/vnd.google-earth.kmz kmz; application/vnd.ms-excel xls;
application/vnd.ms-excel xls; application/vnd.ms-fontobject eot;
application/vnd.ms-fontobject eot; application/vnd.ms-powerpoint ppt;
application/vnd.ms-powerpoint ppt; application/vnd.oasis.opendocument.graphics odg;
application/vnd.oasis.opendocument.graphics odg; application/vnd.oasis.opendocument.presentation odp;
application/vnd.oasis.opendocument.presentation odp; application/vnd.oasis.opendocument.spreadsheet ods;
application/vnd.oasis.opendocument.spreadsheet ods; application/vnd.oasis.opendocument.text odt;
application/vnd.oasis.opendocument.text odt; application/vnd.openxmlformats-officedocument.presentationml.presentation pptx;
application/vnd.openxmlformats-officedocument.presentationml.presentation application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx;
pptx; application/vnd.openxmlformats-officedocument.wordprocessingml.document docx;
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet application/vnd.wap.wmlc wmlc;
xlsx; application/wasm wasm;
application/vnd.openxmlformats-officedocument.wordprocessingml.document application/x-7z-compressed 7z;
docx; application/x-cocoa cco;
application/vnd.wap.wmlc wmlc; application/x-java-archive-diff jardiff;
application/x-7z-compressed 7z; application/x-java-jnlp-file jnlp;
application/x-cocoa cco; application/x-makeself run;
application/x-java-archive-diff jardiff; application/x-perl pl pm;
application/x-java-jnlp-file jnlp; application/x-pilot prc pdb;
application/x-makeself run; application/x-rar-compressed rar;
application/x-perl pl pm; application/x-redhat-package-manager rpm;
application/x-pilot prc pdb; application/x-sea sea;
application/x-rar-compressed rar; application/x-shockwave-flash swf;
application/x-redhat-package-manager rpm; application/x-stuffit sit;
application/x-sea sea; application/x-tcl tcl tk;
application/x-shockwave-flash swf; application/x-x509-ca-cert der pem crt;
application/x-stuffit sit; application/x-xpinstall xpi;
application/x-tcl tcl tk; application/xhtml+xml xhtml;
application/x-x509-ca-cert der pem crt; application/xspf+xml xspf;
application/x-xpinstall xpi; application/zip zip;
application/xhtml+xml xhtml; application/octet-stream bin exe dll;
application/xspf+xml xspf; application/octet-stream deb;
application/zip zip; application/octet-stream dmg;
application/octet-stream iso img;
application/octet-stream bin exe dll; application/octet-stream msi msp msm;
application/octet-stream deb; audio/midi mid midi kar;
application/octet-stream dmg; audio/mpeg mp3;
application/octet-stream iso img; audio/ogg ogg;
application/octet-stream msi msp msm; audio/x-m4a m4a;
audio/x-realaudio ra;
audio/midi mid midi kar; video/3gpp 3gpp 3gp;
audio/mpeg mp3; video/mp2t ts;
audio/ogg ogg; video/mp4 mp4;
audio/x-m4a m4a; video/mpeg mpeg mpg;
audio/x-realaudio ra; video/quicktime mov;
video/webm webm;
video/3gpp 3gpp 3gp; video/x-flv flv;
video/mp2t ts; video/x-m4v m4v;
video/mp4 mp4; video/x-mng mng;
video/mpeg mpeg mpg; video/x-ms-asf asx asf;
video/quicktime mov; video/x-ms-wmv wmv;
video/webm webm; video/x-msvideo avi;
video/x-flv flv;
video/x-m4v m4v;
video/x-mng mng;
video/x-ms-asf asx asf;
video/x-ms-wmv wmv;
video/x-msvideo avi;
} }