Use cookieSandbox when saving snapshots

This commit is contained in:
Simon Kornblith 2012-11-22 16:58:51 -05:00
parent 520309bfa4
commit a57dd18afa

View file

@ -232,7 +232,7 @@ Zotero.Attachments = new function(){
}; };
Zotero.Attachments.importFromDocument(browser.contentDocument, Zotero.Attachments.importFromDocument(browser.contentDocument,
sourceItemID, forceTitle, parentCollectionIDs, importCallback, libraryID); sourceItemID, forceTitle, parentCollectionIDs, importCallback, libraryID);
}, undefined, undefined, true); }, undefined, undefined, true, cookieSandbox);
}; };
// Save using remote web browser persist // Save using remote web browser persist