[svn-commits] lathama: branch 1.6.2 r308329 - /branches/1.6.2/main/http.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Feb 19 08:03:22 CST 2011


Author: lathama
Date: Sat Feb 19 08:03:15 2011
New Revision: 308329

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=308329
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.6.2/main/http.c

Modified: branches/1.6.2/main/http.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/main/http.c?view=diff&rev=308329&r1=308328&r2=308329
==============================================================================
--- branches/1.6.2/main/http.c (original)
+++ branches/1.6.2/main/http.c Sat Feb 19 08:03:15 2011
@@ -108,6 +108,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 svn-commits mailing list