mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-15 15:30:00 -04:00
kill snapshot.ts (untested)
This commit is contained in:
parent
9a39435c7d
commit
7f398cda17
7 changed files with 33 additions and 18 deletions
|
@ -25,7 +25,6 @@ export class CookieStore {
|
|||
sameSite,
|
||||
...parsed[0],
|
||||
};
|
||||
dbg.log("cookie", cookie);
|
||||
|
||||
if (!cookie.domain) cookie.domain = "." + url.hostname;
|
||||
if (!cookie.domain.startsWith(".")) cookie.domain = "." + cookie.domain;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue