aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-19 14:06:34 +0000
committerlathama <lathama@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-19 14:06:34 +0000
commitc4f01ba20e8bde5675237789cd92473d9957d7d5 (patch)
tree0c71a5c82838fbbb54c62f10630c1f3a0f473f38 /main
parentc52f38c5e3d43646e2fef1c0276b115493bb6abb (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.8@308330 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index f3c64cc00..be4224ec9 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" },