commit b0d9a9c82eb9e102cff4e23afc2bd4071c4a60e6
parent f5b1ee44f351b724e9dfde8c9cfa6da66e387556
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 27 Feb 2018 16:04:58 -0500
Don't use hidden browser to download images
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git 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,