From 526ab0ff070a95df6f753d30d199798cc59357eb Mon Sep 17 00:00:00 2001 From: Steffen Weber Date: Wed, 14 Jan 2015 11:17:25 +0100 Subject: [PATCH] Add MIME-Types for .xsl files The correct MIME-Type for XSL files is "application/xslt+xml" according to http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration. --- mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/mime.types b/mime.types index 6c64bf7..7113220 100644 --- a/mime.types +++ b/mime.types @@ -51,6 +51,7 @@ types { # Web feeds application/xml atom rdf rss xml; + application/xslt+xml xsl; # Web fonts application/font-woff woff;