mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
parent
abe937bd78
commit
7cfb2a0405
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ Site.prototype = {
|
|||
while (enumerator.hasMoreElements()) {
|
||||
let cookie = enumerator.getNext().QueryInterface(Ci.nsICookie2);
|
||||
if (cookie.host.hasRootDomain(
|
||||
AboutPermissions.domainFromHost(this.host))) {
|
||||
AboutPermissions.domainFromHost(this.principal.URI.host))) {
|
||||
cookies.push(cookie);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue