diff --git a/chrome/content/zotero/xpcom/translation/translate.js b/chrome/content/zotero/xpcom/translation/translate.js index f9f4197691..ac2dd7f02f 100644 --- a/chrome/content/zotero/xpcom/translation/translate.js +++ b/chrome/content/zotero/xpcom/translation/translate.js @@ -598,6 +598,17 @@ Zotero.Translate.Sandbox = { } } } + + // Remap attachment (but not link) URLs + var properToProxy = translate.translator[0].properToProxy; + if(properToProxy && item.attachments) { + for(var i=0; i