mirror of
https://github.com/tubearchivist/browser-extension.git
synced 2024-11-22 11:40:13 +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",
|
"TRUE",
|
||||||
cookie.path,
|
cookie.path,
|
||||||
cookie.httpOnly.toString().toUpperCase(),
|
cookie.httpOnly.toString().toUpperCase(),
|
||||||
cookie.expirationDate,
|
Math.trunc(cookie.expirationDate) || 0,
|
||||||
cookie.name,
|
cookie.name,
|
||||||
cookie.value,
|
cookie.value,
|
||||||
].join("\t");
|
].join("\t");
|
||||||
|
Loading…
Reference in New Issue
Block a user