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 4dad6e6f9ff2bb22c7bee9b5d18feac293cf4eba Author: Sebastian Hengst archaeopteryx@coole-files.de AuthorDate: Mon Jan 17 15:53:28 2022 +0100
Bug 1750295 - set featuregate's expected value for network.cookie.sameSite.schemeful to `false`. a=Aryx
Bug 1750264 had switched the preference to `false`. --- toolkit/components/featuregates/Features.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolkit/components/featuregates/Features.toml b/toolkit/components/featuregates/Features.toml index a124db6f04eae..cb6d17267f6fb 100644 --- a/toolkit/components/featuregates/Features.toml +++ b/toolkit/components/featuregates/Features.toml @@ -113,7 +113,7 @@ preference = "network.cookie.sameSite.schemeful" type = "boolean" bug-numbers = [1651119, 1617609] is-public = true -default-value = true +default-value = false
[devtools-serviceworker-debugger-support] title = "experimental-features-devtools-serviceworker-debugger-support"