From: Andrew Latham Date: Sat, 19 Feb 2011 14:06:34 +0000 (+0000) Subject: Add CSS MIME Type X-Git-Tag: 1.8.4-rc1~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e682054a446a33bf812a9c50fd225a6e41c71472;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/branches/1.8@308330 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/http.c b/main/http.c index f3c64cc00d..be4224ec90 100644 --- a/main/http.c +++ b/main/http.c @@ -110,6 +110,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" },