This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch geckoview-99.0.1-11.0-1 in repository tor-browser.
commit 6ed9a7e211e65371aed0c5b759d4378fef57d60c Author: Ryan VanderMeulen ryanvm@gmail.com AuthorDate: Fri Jan 14 13:37:03 2022 -0500
Bug 1750264 - Disable cookie sameSite schemeful in Firefox 96. r=dveditz, a=dsmith
Differential Revision: https://phabricator.services.mozilla.com/D136028 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index 59df05dc68b82..623367f601b37 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -9379,7 +9379,7 @@
- name: network.cookie.sameSite.schemeful type: bool - value: true + value: false mirror: always
- name: network.cookie.thirdparty.sessionOnly