Disable cookie sameSite schemeful in Firefox 96
Categories
(Core :: Networking, task)
Tracking
()
People
(Reporter: RyanVM, Assigned: RyanVM)
References
Details
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-release+
|
Details | Review |
Due to regressions reported in the wild tracked in bug 1748693, we're shipping a Normandy pref flip to users on 96.0/96.0.1 to disable the feature (bug 1750257). For 96.0.2, we need to ship this in-tree as well.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
Comment on attachment 9259151 [details]
Bug 1750264 - Disable cookie sameSite schemeful in Firefox 96. r=dveditz
Beta/Release Uplift Approval Request
- User impact if declined: Users may encounter random site bustage
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just a pref flip that we're already shipping a Normandy recipe for
- String changes made/needed:
| Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Comment on attachment 9259151 [details]
Bug 1750264 - Disable cookie sameSite schemeful in Firefox 96. r=dveditz
Approved for 96.0.2
| Assignee | ||
Comment 4•4 years ago
|
||
| uplift | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
Verified on Firefox 96.0.2 Treherder build from https://treeherder.mozilla.org/jobs?repo=mozilla-release&revision=65f109f099c106c182068d87031df6bcdb93d349&searchStr=build, against Windows 10, Ubuntu 20 and macOS 11.4, and I can confirm the followings:
- config paramter is network.cookie.sameSite.schemeful= false
- No Remote feature related to "bug-1750257-rollout-pref-off" is displayed under about:support
- One Normandy preferecences_rollout "bug-1750257-rollout-pref-off-networkcookiesamesiteschemeful-in-release-96-96" event is graduate.
Comment 6•4 years ago
|
||
Docs team updated the docs to indicate this was supported in https://github.com/mdn/content/issues/10857#issuecomment-982280050 . This sounds like you've removed support again.
To be clear, my understanding is that the change is that network.cookie.sameSite.laxByDefault and network.cookie.sameSite.schemeful will now be back to false rather than true by default - is that correct?
Is there any plan to re-enable these?
Note:
- we're tracking doc fixes in https://github.com/mdn/content/issues/12224
- It would be great if you guys could ping us for reversions - since we don't always catch them using the normal process.
| Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
There is a plan to re-enable, but it will take some time. The bugs will be under https://bugzilla.mozilla.org/show_bug.cgi?id=1617609
Comment 8•4 years ago
|
||
Hi @freddy,
Can you confirm the bit above?
"To be clear, my understanding is that the change is that network.cookie.sameSite.laxByDefault and network.cookie.sameSite.schemeful will now be back to false rather than true by default - is that correct?"
Comment 9•4 years ago
|
||
Yes. we disabled the three prefs sameSite=lax, sameSite noneRequiresSecure, and sameSite schemeful for release and beta.
Comment 10•4 years ago
|
||
Thanks very much. FYI I've rolled back FF96 changes in docs now. Looking forward to watching this roll back in again.
Description
•