Skip to content
Permalink
Browse files

EBSCOhost: Fix PDF downloads via some proxy servers

Depends on zotero/zotero#1612, which will be in Zotero Connector 5.0.51
  • Loading branch information...
dstillman committed Dec 26, 2018
1 parent b475783 commit 65b9d50cab6b0970ccecffccc7acad92455b3139
Showing with 4 additions and 3 deletions.
  1. +4 −3 EBSCOhost.js
@@ -9,7 +9,7 @@
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsib",
"lastUpdated": "2015-05-21 22:39:54"
"lastUpdated": "2018-12-26 11:18:52"
}

function detectWeb(doc, url) {
@@ -196,7 +196,8 @@ function downloadFunction(text, url, prefs) {
item.attachments.push({
url:realpdf,
title: "EBSCO Full Text",
mimeType:"application/pdf"
mimeType:"application/pdf",
proxy: false
});
} else {
Z.debug("Could not find a reference to PDF.");
@@ -551,4 +552,4 @@ var testCases = [
]
}
]
/** END TEST CASES **/
/** END TEST CASES **/

0 comments on commit 65b9d50

Please sign in to comment.
You can’t perform that action at this time.