chore: bump chromium to 104.0.5073.0 (main) (#34272)
This commit is contained in:
parent
3849d19e14
commit
470396d6ac
112 changed files with 663 additions and 589 deletions
2
spec/fixtures/api/cookie-app/main.js
vendored
2
spec/fixtures/api/cookie-app/main.js
vendored
|
@ -10,7 +10,7 @@ app.whenReady().then(async function () {
|
|||
url,
|
||||
name,
|
||||
value,
|
||||
expirationDate: Date.now() + 60000,
|
||||
expirationDate: Math.floor((Date.now() + 60000) / 1000),
|
||||
sameSite: 'strict'
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue