www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 6d53839fbca8654bcc196651e897a7ea778f1584
parent d2a33f26133cd09fe2d34a9e67902e579a5166e1
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 18 Sep 2017 02:26:31 -0400

Add sniffer entry for .ico files

Diffstat:
Mchrome/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 @@ -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] ];