[asterisk-commits] lathama: branch 1.8 r308330 - /branches/1.8/main/http.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Sat Feb 19 08:06:38 CST 2011
Author: lathama
Date: Sat Feb 19 08:06:34 2011
New Revision: 308330
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308330
Log:
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.
Modified:
branches/1.8/main/http.c
Modified: branches/1.8/main/http.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/main/http.c?view=diff&rev=308330&r1=308329&r2=308330
==============================================================================
--- branches/1.8/main/http.c (original)
+++ branches/1.8/main/http.c Sat Feb 19 08:06:34 2011
@@ -110,6 +110,7 @@
{ "gif", "image/gif" },
{ "html", "text/html" },
{ "htm", "text/html" },
+ { "css", "text/css" },
{ "cnf", "text/plain" },
{ "cfg", "text/plain" },
{ "bin", "application/octet-stream" },
More information about the asterisk-commits
mailing list