Closed
Bug 1609807
Opened 1 year ago
Closed 1 year ago
Cookies: Samesite=none should indicate none in UI
Categories
(DevTools :: Storage Inspector, defect)
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: public, Assigned: public)
References
Details
Attachments
(1 file, 2 obsolete files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:73.0) Gecko/20100101 Firefox/73.0
Steps to reproduce:
Set cookies via the Console:
document.cookie = "test=test;samesite=none;secure
`document.cookie = "test2=test;secure"
Actual results:
Visiting Storage->Cookies in the dev panel, the cookies were both listed as SameSite Unset.
Expected results:
Since "Unset" isn't a true value, I would have expected "None" to display at least for the cookie specifically set or not for all which are treated as None.
When setting the about://config feature flag for Lax by default, Lax was set for cookies without a samesite indicator, so "Unset" is even more confusing in that case.
Updated•1 year ago
|
Has STR: --- → yes
Component: Untriaged → Storage Inspector
Product: Firefox → DevTools
| Assignee | ||
Comment 1•1 year ago
|
||
bug-id: 1609807
Updated•1 year ago
|
Assignee: nobody → public
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•1 year ago
|
||
Depends on D60242
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D60524
Updated•1 year ago
|
Attachment #9122069 -
Attachment is obsolete: true
Updated•1 year ago
|
Attachment #9122070 -
Attachment is obsolete: true
Pushed by nchevobbe@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b4e23f6d397c DevTools: Use label 'None' for SameSite=None cookie values. r=nchevobbe
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•