Skip to content

Commit

Permalink
Deprecate FirstPartySets policies in favor of RelatedWebsiteSets
Browse files Browse the repository at this point in the history
Bug: 1480551
Change-Id: I6fac6f0bd262f846c171939f0e2667b4e12ef5e2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4925894
Reviewed-by: Julian Pastarmov <pastarmovj@chromium.org>
Auto-Submit: Sandor «Alex» Major <sandormajor@google.com>
Commit-Queue: Julian Pastarmov <pastarmovj@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1209362}
  • Loading branch information
Airborn22 authored and Chromium LUCI CQ committed Oct 13, 2023
1 parent 4dd441c commit 6919353
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
caption: Enable First-Party Sets.
default: true
deprecated: true
desc: |-
This policy is deprecated, please use the <ph name="RELATED_WEBSITE_SETS_ENABLED_POLICY_NAME">RelatedWebsiteSetsEnabled</ph> policy instead.
This policy is provided as a way to opt-out of the First-Party Sets feature.
When this policy is unset or set to Enabled, the First-Party Sets feature is enabled.
When this policy is unset or set to Enabled, the First-Party Sets feature is enabled.
When this policy is set to Disabled, the First-Party Sets feature is disabled.
When this policy is set to Disabled, the First-Party Sets feature is disabled.
It controls whether Chrome supports First-Party Sets related integrations.
It controls whether Chrome supports First-Party Sets related integrations.
example_value: false
features:
dynamic_refresh: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
caption: Override First-Party Sets.
default: {}
deprecated: true
desc: |-
This policy is deprecated, please use the <ph name="RELATED_WEBSITE_SETS_OVERRIDES_POLICY_NAME">RelatedWebsiteSetsOverrides</ph> policy instead.
This policy provides a way to override the list of sets the browser uses for First-Party Sets features.
Each set in the browser's list of First-Party Sets must meet the requirements of a First-Party Set.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ example_value: false
features:
dynamic_refresh: true
per_profile: true
future_on:
- chrome.*
- chrome_os
- android
- fuchsia
supported_on:
- chrome.*:120-
- chrome_os:120-
- android:120-
- fuchsia:120-
items:
- caption: Enable Related Website Sets
value: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ example_value:
features:
dynamic_refresh: false
per_profile: true
future_on:
- chrome.*
- chrome_os
- android
- fuchsia
supported_on:
- chrome.*:120-
- chrome_os:120-
- android:120-
- fuchsia:120-
owners:
- sandormajor@google.com
- chrome-first-party-sets@chromium.org
Expand Down

0 comments on commit 6919353

Please sign in to comment.