The flickr icon is content type image/vnd.microsoft.icon.

I just added it to the ui type definition and now it works fine. Sorry for not committing a patch, I am actually reusing urlicon code in leech module.

$ui_ctype = array('image/x-icon', 'application/octet-stream', 'text/plain', 'image/vnd.microsoft.icon');

Comments

sanduhrs’s picture

Version: 4.7.x-1.0 » master
Status: Active » Fixed

Hi Alexander,
I added the additional Content-Type a minute ago along with some more from http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon
Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)