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 @@
]
}
],
"SameSiteByDefaultCookies_AndroidAw": [
"SameSiteCookieMessages": [
{
"platforms": [
"android",
"android_weblayer",
"android_webview"
],
"experiments": [
{
"name": "LaxByDefaultAndNoneRequiresSecure",
"enable_features": [
"CookiesWithoutSameSiteMustBeSecure",
"SameSiteByDefaultCookies"
]
}
]
}
],
"SameSiteByDefaultCookies_Linux": [
{
"platforms": [
"linux"
],
"experiments": [
{
"name": "LaxByDefaultAndNoneRequiresSecure",
"enable_features": [
"CookiesWithoutSameSiteMustBeSecure",
"SameSiteByDefaultCookies"
]
}
]
}
],
"SameSiteByDefaultCookies_WinMacCros": [
{
"platforms": [
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "LaxByDefaultAndNoneRequiresSecure",
"name": "EnabledLaunch",
"enable_features": [
"CookiesWithoutSameSiteMustBeSecure",
"SameSiteByDefaultCookies"
"CookieDeprecationMessages"
]
}
]
......
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