Commit 0a893dfa authored by Steven Bingler's avatar Steven Bingler Committed by Commit Bot

Create fieldtrial config for Schemeful SameSiteCookieMessages launch

Add a config for SameSiteCookieMessages to turn on
CookieDeprecationMessages for M85+.

Removing SameSite entries as both
"CookiesWithoutSameSiteMustBeSecure" and "SameSiteByDefaultCookies"
are default enabled.

Bug: 1054036
Change-Id: I4957bb68c315b89e5a7cf1c3b00bb0593b5262ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2399580Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Commit-Queue: Steven Bingler <bingler@chromium.org>
Cr-Commit-Position: refs/heads/master@{#805919}
parent b3c1c639
...@@ -5926,53 +5926,22 @@ ...@@ -5926,53 +5926,22 @@
] ]
} }
], ],
"SameSiteByDefaultCookies_AndroidAw": [ "SameSiteCookieMessages": [
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer", "android_webview",
"android_webview"
],
"experiments": [
{
"name": "LaxByDefaultAndNoneRequiresSecure",
"enable_features": [
"CookiesWithoutSameSiteMustBeSecure",
"SameSiteByDefaultCookies"
]
}
]
}
],
"SameSiteByDefaultCookies_Linux": [
{
"platforms": [
"linux"
],
"experiments": [
{
"name": "LaxByDefaultAndNoneRequiresSecure",
"enable_features": [
"CookiesWithoutSameSiteMustBeSecure",
"SameSiteByDefaultCookies"
]
}
]
}
],
"SameSiteByDefaultCookies_WinMacCros": [
{
"platforms": [
"chromeos", "chromeos",
"ios",
"linux",
"mac", "mac",
"windows" "windows"
], ],
"experiments": [ "experiments": [
{ {
"name": "LaxByDefaultAndNoneRequiresSecure", "name": "EnabledLaunch",
"enable_features": [ "enable_features": [
"CookiesWithoutSameSiteMustBeSecure", "CookieDeprecationMessages"
"SameSiteByDefaultCookies"
] ]
} }
] ]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment