From 2fe6c84d09139d7a80e8cd744abefbf60dd18b95 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 2 Mar 2014 07:05:24 -0500 Subject: [PATCH] feature(ext) .ico: vnd.microsoft.icon -> x-icon --- json/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/ext.json b/json/ext.json index b22e0d20..01e3675f 100644 --- a/json/ext.json +++ b/json/ext.json @@ -56,7 +56,7 @@ ".hh": "text/x-c", ".htm": "text/html", ".html": "text/html", - ".ico": "image/vnd.microsoft.icon", + ".ico": "image/x-icon", ".ics": "text/calendar", ".ifb": "text/calendar", ".iso": "application/octet-stream",