www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit a57dd18afa22c3c5087f2d54d41dc56556e86a35
parent 520309bfa409297ff3958e1aac761eaff8da4f47
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 22 Nov 2012 16:58:51 -0500

Use cookieSandbox when saving snapshots

Diffstat:
Mchrome/content/zotero/xpcom/attachments.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js @@ -232,7 +232,7 @@ Zotero.Attachments = new function(){ }; Zotero.Attachments.importFromDocument(browser.contentDocument, sourceItemID, forceTitle, parentCollectionIDs, importCallback, libraryID); - }, undefined, undefined, true); + }, undefined, undefined, true, cookieSandbox); }; // Save using remote web browser persist