Commit 1b8b0b0e authored by Lily Chen's avatar Lily Chen Committed by Commit Bot

Activate Legacy SameSite cookie enterprise policies

This removes "future: True" from the Legacy cookie access enterprise
policies to activate them, as the implementation is now complete.

Bug: 978172
Change-Id: I6f5073483b680532572113a58a44081ef211ef33
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865593Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Lily Chen <chlily@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706649}
parent 0063faba
...@@ -5477,7 +5477,6 @@ ...@@ -5477,7 +5477,6 @@
}, },
{ {
'name': 'LegacySameSiteCookieBehaviorEnabled', 'name': 'LegacySameSiteCookieBehaviorEnabled',
'future': True,
'owners': [ 'chlily@chromium.org', ], 'owners': [ 'chlily@chromium.org', ],
'type': 'int-enum', 'type': 'int-enum',
'schema': { 'schema': {
...@@ -5515,7 +5514,6 @@ ...@@ -5515,7 +5514,6 @@
}, },
{ {
'name': 'LegacySameSiteCookieBehaviorEnabledForDomainList', 'name': 'LegacySameSiteCookieBehaviorEnabledForDomainList',
'future': True,
'owners': [ 'chlily@chromium.org', ], 'owners': [ 'chlily@chromium.org', ],
'type': 'list', 'type': 'list',
'schema': { 'schema': {
......
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