From 17b9ee558f2eaced5e4280478e67a8d4bcfaf6cd Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 16 Feb 2016 17:44:19 +0000 Subject: [PATCH] MimeMagic: Recognise .htc as text/x-component Matches behaviour of nginx: https://github.com/wikimedia/operations-debs-nginx/blob/be600c8b/debian/conf/mime.types#L15 > text/x-component htc; Without this, wmfstatic fails to serve "csshover.min.htc". Bug: T99096 Change-Id: I90c546ff5204ddd9ffa99fdaebee78c7856c32ed --- includes/mime.types | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/mime.types b/includes/mime.types index 89c8847d9d..73f27e63c6 100644 --- a/includes/mime.types +++ b/includes/mime.types @@ -123,6 +123,7 @@ text/tab-separated-values tsv text/vnd.wap.wml wml text/vnd.wap.wmlscript wmls text/xml xml xsl xslt rss rdf +text/x-component htc text/x-setext etx text/x-sawfish jl video/mpeg mpeg mpg mpe -- 2.20.1