diff --git a/chrome/content/zotero/xpcom/connector/connector.js b/chrome/content/zotero/xpcom/connector/connector.js index 2c2827bd5..f4ea8bcea 100644 --- a/chrome/content/zotero/xpcom/connector/connector.js +++ b/chrome/content/zotero/xpcom/connector/connector.js @@ -256,6 +256,9 @@ Zotero.Connector = new function() { data.detailedCookies = cookieHeader.substr(1); } + // Cookie URI needed to set up the cookie sandbox on standalone + data.uri = tab.url; + self.callMethod("saveItems", data, callback, tab); }); return;