Add sniffer entry for .ico files
This commit is contained in:
parent
d2a33f2613
commit
6d53839fbc
1 changed files with 2 additions and 1 deletions
|
@ -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]
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue