If I configure Apache to serve /favicon.ico
as MIME type image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers? Wikipedia's favicon article indicates that image/vnd.microsoft.icon is the "correct" mime type, but that doesn't help if it means some users won't see it.
I need to support IE6+, as well as modern browsers (FF/Chrome/Opera/Safari).