Syncing with latest H5BP `.htaccess`
This commit is contained in:
parent
b006de5485
commit
e9cdc5dcb3
|
@ -1,24 +1,19 @@
|
|||
# this file is used by the nginx.conf
|
||||
|
||||
types {
|
||||
text/html html htm shtml;
|
||||
text/css css;
|
||||
# application/rss+xml causes some browsers to start a download
|
||||
text/xml rss;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
application/json json;
|
||||
# http://www.rfc-editor.org/rfc/rfc4329.txt
|
||||
application/javascript js;
|
||||
application/atom+xml atom;
|
||||
|
||||
text/cache-manifest manifest appcache;
|
||||
text/mathml mml;
|
||||
text/plain txt;
|
||||
text/vnd.sun.j2me.app-descriptor jad;
|
||||
text/vnd.wap.wml wml;
|
||||
text/x-component htc;
|
||||
text/x-vcard vcf;
|
||||
|
||||
# JavaScript
|
||||
application/javascript js jsonp;
|
||||
application/json json;
|
||||
|
||||
# Images
|
||||
image/png png;
|
||||
image/svg+xml svg svgz;
|
||||
image/tiff tif tiff;
|
||||
|
@ -27,8 +22,10 @@ types {
|
|||
image/x-icon ico;
|
||||
image/x-jng jng;
|
||||
image/bmp bmp;
|
||||
image/gif gif;
|
||||
image/jpeg jpeg jpg;
|
||||
|
||||
application/xml xml;
|
||||
application/xml rss atom xml rdf;
|
||||
application/java-archive jar war ear;
|
||||
application/mac-binhex40 hqx;
|
||||
application/msword doc;
|
||||
|
@ -36,7 +33,6 @@ types {
|
|||
application/postscript ps eps ai;
|
||||
application/rtf rtf;
|
||||
application/vnd.ms-excel xls;
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/vnd.ms-powerpoint ppt;
|
||||
application/vnd.wap.wmlc wmlc;
|
||||
application/xhtml+xml xhtml;
|
||||
|
@ -44,8 +40,9 @@ types {
|
|||
application/vnd.google-earth.kmz kmz;
|
||||
application/x-7z-compressed 7z;
|
||||
application/x-chrome-extension crx;
|
||||
application/x-opera-extension oex;
|
||||
application/x-xpinstall xpi;
|
||||
application/x-cocoa cco;
|
||||
application/x-font-ttf ttf ttc;
|
||||
application/x-java-archive-diff jardiff;
|
||||
application/x-java-jnlp-file jnlp;
|
||||
application/x-makeself run;
|
||||
|
@ -58,7 +55,6 @@ types {
|
|||
application/x-stuffit sit;
|
||||
application/x-tcl tcl tk;
|
||||
application/x-x509-ca-cert der pem crt;
|
||||
application/x-xpinstall xpi;
|
||||
application/zip zip;
|
||||
|
||||
application/octet-stream bin exe dll;
|
||||
|
@ -68,15 +64,17 @@ types {
|
|||
application/octet-stream msi msp msm;
|
||||
application/octet-stream safariextz;
|
||||
|
||||
# Audio
|
||||
audio/midi mid midi kar;
|
||||
audio/mpeg mp3;
|
||||
audio/ogg oga ogg;
|
||||
audio/x-m4a m4a;
|
||||
audio/mp4 m4a f4a f4b;
|
||||
audio/x-realaudio ra;
|
||||
audio/x-wav wav;
|
||||
|
||||
# Video
|
||||
video/3gpp 3gpp 3gp;
|
||||
video/mp4 m4v mp4;
|
||||
video/mp4 mp4 m4v f4v f4p;
|
||||
video/mpeg mpeg mpg;
|
||||
video/ogg ogv;
|
||||
video/quicktime mov;
|
||||
|
@ -87,6 +85,9 @@ types {
|
|||
video/x-ms-wmv wmv;
|
||||
video/x-msvideo avi;
|
||||
|
||||
# Webfonts
|
||||
application/vnd.ms-fontobject eot;
|
||||
application/x-font-ttf ttf ttc;
|
||||
font/opentype otf;
|
||||
font/woff woff;
|
||||
application/x-font-woff woff;
|
||||
}
|
Loading…
Reference in New Issue