WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED MOVED
230928
WebExtension cookie storage expiration date is off by 30 years
https://bugs.webkit.org/show_bug.cgi?id=230928
Summary
WebExtension cookie storage expiration date is off by 30 years
Mikhail Labanov
Reported
2021-09-28 18:13:57 PDT
Steps to reproduce 1. Create a web extension for iOS 15 2. In context of WebExtension's background page set a cookie for a domain: window.browser.cookies.set({ name: 'mycookie', value: '123', url: "
https://www.example.com
", domain: ".example.com", expirationDate: Date.now()/1000 + 60*60 }) Expected outcome: A cookie "mycookie" is set with expiration date of now + 1 hour for the example.com domain Real outcome: A cookie with expiration date exactly 30 years in the future + 1 hour is created (year 2052 as at the time of this bug is filed)
Attachments
Add attachment
proposed patch, testcase, etc.
Mikhail Labanov
Comment 1
2021-09-28 18:43:15 PDT
The same is true for Desktop Safari WebExtension as well
Radar WebKit Bug Importer
Comment 2
2021-10-03 19:50:11 PDT
<
rdar://problem/83820804
>
Brent Fulgham
Comment 3
2022-06-30 10:58:51 PDT
The fix for this issue needs to be made outside of the WebKit project, therefore marking as "RESOLVED | MOVED". We believe this issue is fixed in: iOS 16.0 Beta 1 (and newer) macOS Ventura Beta 1 (and newer)
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug