From 6d53839fbca8654bcc196651e897a7ea778f1584 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 18 Sep 2017 02:26:31 -0400 Subject: [PATCH] Add sniffer entry for .ico files --- chrome/content/zotero/xpcom/mime.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/mime.js b/chrome/content/zotero/xpcom/mime.js index a0f88c00f..dd6f6bf21 100644 --- a/chrome/content/zotero/xpcom/mime.js +++ b/chrome/content/zotero/xpcom/mime.js @@ -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] ];