From 9821896b9b3f4ad900f4aadb97e65a7226fb3ac6 Mon Sep 17 00:00:00 2001 From: JoeArizona Date: Sun, 31 Jul 2016 17:31:53 -0700 Subject: [PATCH] Added mime types for JPEG-XR, markdown, and CSV JPEG-XR: http://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xhtml Markdown: https://tools.ietf.org/html/rfc7763 CSV: https://tools.ietf.org/html/rfc7111 --- mime.types | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mime.types b/mime.types index b295c78..7c3b1e7 100644 --- a/mime.types +++ b/mime.types @@ -35,6 +35,7 @@ types { image/bmp bmp; image/gif gif; image/jpeg jpeg jpg; + image/jxr jxr hdp wdp; image/png png; image/svg+xml svg svgz; image/tiff tif tiff; @@ -122,7 +123,9 @@ types { application/xslt+xml xsl; application/zip zip; text/css css; + text/csv csv; text/html htm html shtml; + text/markdown md; text/mathml mml; text/plain txt; text/vcard vcard vcf;