Fix properToProxy() translator error (regression from merge)
This commit is contained in:
parent
19c3ddeeff
commit
65eff3cf32
|
@ -703,7 +703,7 @@ Zotero.Utilities.Translate.prototype._convertURL = function(url) {
|
||||||
const fileRe = /^[^:]*/;
|
const fileRe = /^[^:]*/;
|
||||||
|
|
||||||
if(this.translate.locationIsProxied) {
|
if(this.translate.locationIsProxied) {
|
||||||
url = Zotero.Ingester.ProxyMonitor.properToProxy(url);
|
url = Zotero.Proxies.properToProxy(url);
|
||||||
}
|
}
|
||||||
if(protocolRe.test(url)) return url;
|
if(protocolRe.test(url)) return url;
|
||||||
if(!fileRe.test(url)) {
|
if(!fileRe.test(url)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user