From b0d9a9c82eb9e102cff4e23afc2bd4071c4a60e6 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 27 Feb 2018 16:04:58 -0500 Subject: [PATCH] Don't use hidden browser to download images --- chrome/content/zotero/xpcom/mime.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/chrome/content/zotero/xpcom/mime.js b/chrome/content/zotero/xpcom/mime.js index dd6f6bf21c..77419507c1 100644 --- a/chrome/content/zotero/xpcom/mime.js +++ b/chrome/content/zotero/xpcom/mime.js @@ -103,10 +103,6 @@ Zotero.MIME = new function(){ var _nativeMIMETypes = { 'text/html': true, 'text/css': true, - 'image/jpeg': true, - 'image/gif': true, - 'image/png': true, - 'image/svg+xml': true, 'text/xml': true, 'application/xhtml+xml': true, 'application/xml': true,