mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Align SessionStore.jsm with the updated getCookiesFromHost() API
This commit is contained in:
parent
3d754c306e
commit
f2a81e184d
1 changed files with 1 additions and 1 deletions
|
|
@ -2404,7 +2404,7 @@ let SessionStoreInternal = {
|
|||
for (var [host, isPinned] in Iterator(internalWindow.hosts)) {
|
||||
let list;
|
||||
try {
|
||||
list = Services.cookies.getCookiesFromHost(host);
|
||||
list = Services.cookies.getCookiesFromHost(host, {});
|
||||
}
|
||||
catch (ex) {
|
||||
debug("getCookiesFromHost failed. Host: " + host);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue