From 812d3e9e9d299e4780b928d876520d4d50c23bc4 Mon Sep 17 00:00:00 2001 From: lathama Date: Sat, 19 Feb 2011 14:03:15 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/branches/1.6.2@308329 f38db490-d61c-443f-a65b-d21fe96a405b --- main/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main/http.c b/main/http.c index 678de06cd..59164d750 100644 --- a/main/http.c +++ b/main/http.c @@ -108,6 +108,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" }, -- cgit v1.2.3