From a5dbd80f4fa9c0766bafc4e403491a472d2e0702 Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Thu, 30 Aug 2007 18:02:21 +0000 Subject: [PATCH] Start using registered image/vnd.microsoft.icon type for ico PR: 41035 There is some risk in this because it was registered for MS by someone else, but most browsers ignore the type anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@571260 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/mime.types | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 9b27f160cb..b7d7df1adf 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -785,7 +785,7 @@ image/vnd.fst image/vnd.fujixerox.edmics-mmr image/vnd.fujixerox.edmics-rlc image/vnd.globalgraphics.pgb -image/vnd.microsoft.icon +image/vnd.microsoft.icon ico image/vnd.mix image/vnd.ms-modi image/vnd.net-fpx @@ -796,7 +796,7 @@ image/vnd.svf image/vnd.wap.wbmp wbmp image/vnd.xiff image/x-cmu-raster ras -image/x-icon ico +image/x-icon image/x-portable-anymap pnm image/x-portable-bitmap pbm image/x-portable-graymap pgm -- 2.40.0