Add sniffer entry for .ico files

This commit is contained in:
Dan Stillman 2017-09-18 02:26:31 -04:00
parent d2a33f2613
commit 6d53839fbc

View file

@ -47,7 +47,8 @@ Zotero.MIME = new function(){
["GIF8", 'image/gif', 0],
["\uFFFDPNG", 'image/png', 0],
["JFIF", 'image/jpeg'],
["FLV", "video/x-flv", 0]
["FLV", "video/x-flv", 0],
["\u0000\u0000\u0001\u0000", "image/vnd.microsoft.icon", 0]
];