[asterisk-commits] lathama: trunk r308331 - /trunk/main/http.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Feb 19 08:07:42 CST 2011


Author: lathama
Date: Sat Feb 19 08:07:38 2011
New Revision: 308331

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

Modified: trunk/main/http.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/http.c?view=diff&rev=308331&r1=308330&r2=308331
==============================================================================
--- trunk/main/http.c (original)
+++ trunk/main/http.c Sat Feb 19 08:07:38 2011
@@ -112,6 +112,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