Handle image/vnd.microsoft.icon MIME type for ico
This commit is contained in:
parent
f5044ab179
commit
df58d390aa
1 changed files with 2 additions and 1 deletions
|
@ -202,7 +202,8 @@ Zotero.LocateManager = new function() {
|
|||
"image/png":"png",
|
||||
"image/jpeg":"jpg",
|
||||
"image/gif":"gif",
|
||||
"image/x-icon":"ico"
|
||||
"image/x-icon":"ico",
|
||||
"image/vnd.microsoft.icon":"ico"
|
||||
};
|
||||
|
||||
// ensure there is an icon
|
||||
|
|
Loading…
Reference in a new issue