From: Badlop Date: Tue, 20 Sep 2011 14:50:22 +0000 (+0200) Subject: added svg mimetype to default content types (thanks to Markus Kohlhase) X-Git-Tag: v3.0.0-alpha-4~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c62edc53c97f36d596e0cf303ada83a885a635d;p=ejabberd added svg mimetype to default content types (thanks to Markus Kohlhase) --- diff --git a/src/web/mod_http_fileserver.erl b/src/web/mod_http_fileserver.erl index f6399ed60..811f037a9 100644 --- a/src/web/mod_http_fileserver.erl +++ b/src/web/mod_http_fileserver.erl @@ -81,9 +81,10 @@ {".html", "text/html"}, {".jar", "application/java-archive"}, {".jpeg", "image/jpeg"}, - {".jpg", "image/jpeg"}, + {".jpg", "image/jpeg"}, {".js", "text/javascript"}, {".png", "image/png"}, + {".svg", "image/svg+xml"}, {".txt", "text/plain"}, {".xml", "application/xml"}, {".xpi", "application/x-xpinstall"},