You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[M111][Privacy Sandbox] Support compatibility privacySandboxEnabled API
The existing privacySandboxEnabled Chrome Extension API is being
depreciated in favour of three new k-APIs - topicsEnabled, fledgeEnabled
and adMeasurementEnabled in M111.
This CL enables the existing privacySandboxEnabled API to be respected
and compatible with the new k-APIs during the migration period.
If an extension has disabled the privacySandboxEnabled API, then the
new k-APIs must also be disabled.
If an extension clears the privacySandboxEnabled API, then the new
k-APIs are also cleared.
See a screen recording of an extension disabling the privacySandbox API:
http://dr/file/d/1MoLhOVmmh4bqW18lkdDctQRmsTo-Hjdy/view
Test extension for Privacy Sandbox Extension APIs used:
http://dr/file/d/1Wlk3TzECpU7j_23H9UUZxUdSY2UDTMQc/view
Experiment #privacy-sandbox-settings-4 was enabled.
(cherry picked from commit 5fc51e7)
Bug: 1378703, b/254414152
Change-Id: Id5e711149e85ceb84217e2b59d6b2ebaffef8997
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4133664
Commit-Queue: Filipa Senra <fsenra@google.com>
Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org>
Cr-Original-Commit-Position: refs/heads/main@{#1097899}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4202368
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/branch-heads/5563@{#44}
Cr-Branched-From: 3ac59a6-refs/heads/main@{#1097615}
"deprecated": "We’re deprecating the API <code><a href='#property-websites-privacySandboxEnabled'>chrome.privacy.websites.privacySandboxEnabled</a></code>, though it will remain active for backward compatibility until release M113. Instead, please use <code><a href='#property-websites-topicsEnabled'>chrome.privacy.websites.topicsEnabled</a></code>, <code><a href='#property-websites-fledgeEnabled'>chrome.privacy.websites.fledgeEnabled</a></code> and <code><a href='#property-websites-adMeasurementEnabled'>chrome.privacy.websites.adMeasurementEnabled</a></code>.",
107
-
"description": "If enabled, the experimental <a href=”https://www.chromium.org/Home/chromium-privacy/privacy-sandbox”>Privacy Sandbox</a> features are active. The value of this preference is of type boolean, and the default value is <code>true</code>. PLEASE NOTE: The schema of this API may change in the future as the Privacy Sandbox features crystallize. In that case, we will provide prior notice."
107
+
"description": "If enabled, the experimental <a href='https://www.chromium.org/Home/chromium-privacy/privacy-sandbox'>Privacy Sandbox</a> features are active. The value of this preference is of type boolean, and the default value is <code>true</code>."
0 commit comments