commit 899e881f937a2ef0273c785d8cdcfd27c0f85b74 parent 4c97ee3ce5004b2cdd992adb702a88209eb40ffd Author: Simon Kornblith <simon@simonster.com> Date: Mon, 13 Feb 2012 21:03:01 -0500 Don't break cookie sandboxing Diffstat:
| M | chrome/content/zotero/xpcom/cookieSandbox.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/cookieSandbox.js b/chrome/content/zotero/xpcom/cookieSandbox.js @@ -54,10 +54,10 @@ Zotero.CookieSandbox = function(browser, uri, cookieData) { } } + Zotero.CookieSandbox.Observer.register(); if(browser) { this.attachToBrowser(browser); } - Zotero.CookieSandbox.Observer.register(); } Zotero.CookieSandbox.prototype = {