mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-05 03:30:12 +00:00
handle session epire cookies, force int expire
This commit is contained in:
parent
68fae9d6d4
commit
a3bbc863c9
@ -164,7 +164,7 @@ function buildCookieLine(cookie) {
|
||||
"TRUE",
|
||||
cookie.path,
|
||||
cookie.httpOnly.toString().toUpperCase(),
|
||||
cookie.expirationDate,
|
||||
Math.trunc(cookie.expirationDate) || 0,
|
||||
cookie.name,
|
||||
cookie.value,
|
||||
].join("\t");
|
||||
|
Loading…
Reference in New Issue
Block a user