Use cookieSandbox when saving snapshots
This commit is contained in:
parent
520309bfa4
commit
a57dd18afa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue