From: Andrew Latham Date: Sat, 19 Feb 2011 14:07:38 +0000 (+0000) Subject: Add CSS MIME Type X-Git-Tag: 11.0.0-beta1~1829 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83035fdf68bd42b2dd784c0c5420d8672ad95c90;p=thirdparty%2Fasterisk.git Add CSS MIME Type Modern browsers are checking for the MIME Type of pages and in some cases will not load a file if the type is wrong. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@308331 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/http.c b/main/http.c index e2885882f2..d27ee4def2 100644 --- a/main/http.c +++ b/main/http.c @@ -112,6 +112,7 @@ static struct { { "gif", "image/gif" }, { "html", "text/html" }, { "htm", "text/html" }, + { "css", "text/css" }, { "cnf", "text/plain" }, { "cfg", "text/plain" }, { "bin", "application/octet-stream" },