mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: bump chromium to 104.0.5073.0 (main) (#34272)
This commit is contained in:
committed by
GitHub
parent
3849d19e14
commit
470396d6ac
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'
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user