projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
659e748
)
Add CSS MIME Type
author
Andrew Latham
<lathama@gmail.com>
Sat, 19 Feb 2011 14:07:38 +0000
(14:07 +0000)
committer
Andrew Latham
<lathama@gmail.com>
Sat, 19 Feb 2011 14:07:38 +0000
(14:07 +0000)
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
main/http.c
patch
|
blob
|
history
diff --git
a/main/http.c
b/main/http.c
index
e288588
..
d27ee4d
100644
(file)
--- 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" },