Don't break cookie sandboxing
This commit is contained in:
parent
4c97ee3ce5
commit
899e881f93
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue