From: Andrew Latham Date: Sat, 19 Feb 2011 14:03:15 +0000 (+0000) Subject: Add CSS MIME Type X-Git-Tag: 1.6.2.18-rc1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1a03e4d89cd6f3aedc9bc33235a53b4053c243;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.6.2@308329 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/http.c b/main/http.c index 678de06cdd..59164d7500 100644 --- a/main/http.c +++ b/main/http.c @@ -108,6 +108,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" },