summaryrefslogtreecommitdiff
path: root/main/http.c
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2011-02-19 14:07:38 +0000
committerAndrew Latham <lathama@gmail.com>2011-02-19 14:07:38 +0000
commit83035fdf68bd42b2dd784c0c5420d8672ad95c90 (patch)
treec7f36c88a294b9defa2c09f98f8fdf9ecf210842 /main/http.c
parent659e748376a9c4392f173aab689b2d4d224ffc3b (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: https://origsvn.digium.com/svn/asterisk/trunk@308331 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/http.c')
-rw-r--r--main/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/http.c b/main/http.c
index e2885882f..d27ee4def 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" },