Merge pull request #151 from JoeArizona/patch-1
Added mime types for JPEG-XR, markdown, and CSV
This commit is contained in:
commit
bede62c386
|
@ -35,6 +35,7 @@ types {
|
||||||
image/bmp bmp;
|
image/bmp bmp;
|
||||||
image/gif gif;
|
image/gif gif;
|
||||||
image/jpeg jpeg jpg;
|
image/jpeg jpeg jpg;
|
||||||
|
image/jxr jxr hdp wdp;
|
||||||
image/png png;
|
image/png png;
|
||||||
image/svg+xml svg svgz;
|
image/svg+xml svg svgz;
|
||||||
image/tiff tif tiff;
|
image/tiff tif tiff;
|
||||||
|
@ -122,7 +123,9 @@ types {
|
||||||
application/xslt+xml xsl;
|
application/xslt+xml xsl;
|
||||||
application/zip zip;
|
application/zip zip;
|
||||||
text/css css;
|
text/css css;
|
||||||
|
text/csv csv;
|
||||||
text/html htm html shtml;
|
text/html htm html shtml;
|
||||||
|
text/markdown md;
|
||||||
text/mathml mml;
|
text/mathml mml;
|
||||||
text/plain txt;
|
text/plain txt;
|
||||||
text/vcard vcard vcf;
|
text/vcard vcard vcf;
|
||||||
|
|
Loading…
Reference in New Issue