Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion features/attribution-reporting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Attribution reporting
description: The Attribution Reporting API measures when an ad click or view leads to a conversion, such as a purchase on an advertiser site.
description: The attribution reporting API measures when an ad click or view leads to a conversion, such as a purchase on an advertiser site.
spec: https://wicg.github.io/attribution-reporting-api/
discouraged:
# removal_date: 2026-06-01 # Chrome 150
# reason: Due to declining interest from web developers and lack of interest from other browser vendors, Google decided to withdraw many Privacy Sandbox features including the attribution reporting API.
according_to:
- https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
- https://chromestatus.com/feature/5194473869017088
compat_features:
- api.HTMLAnchorElement.attributionSrc
- api.HTMLAreaElement.attributionSrc
Expand Down
15 changes: 15 additions & 0 deletions features/related-website-sets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Related website sets
description: Related website sets declares relationships between sites so the browser allows cookie and storage access between them through methods such as `document.requestStorageAccessFor()`.
spec:
- https://wicg.github.io/first-party-sets/
- https://privacycg.github.io/requestStorageAccessFor/
discouraged:
# removal_date: 2026-06-01 # Chrome 150
# reason: Due to declining interest from web developers and lack of interest from other browser vendors, Google decided to withdraw many Privacy Sandbox features including related website sets.
according_to:
- https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
- https://chromestatus.com/feature/5162221567082496
- https://chromestatus.com/feature/5194473869017088
compat_features:
- api.Document.requestStorageAccessFor
- api.Permissions.permission_top-level-storage-access
23 changes: 23 additions & 0 deletions features/related-website-sets.yml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Generated from: related-website-sets.yml
# Do not edit this file by hand. Edit the source file instead!

status:
baseline: false
support:
chrome: "119"
chrome_android: "120"
edge: "119"
compat_features:
# baseline: false
# support:
# chrome: "113"
# chrome_android: "120"
# edge: "113"
- api.Permissions.permission_top-level-storage-access

# baseline: false
# support:
# chrome: "119"
# chrome_android: "119"
# edge: "119"
- api.Document.requestStorageAccessFor
6 changes: 6 additions & 0 deletions features/shared-storage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Shared storage
description: The `sharedStorage` API stores data to a shared space where the data can then be processed without the ability to track users across the different sites they visit. A common use case is measuring the reach of third-party ads without using user-tracking cookies."
spec: https://wicg.github.io/shared-storage/
discouraged:
# removal_date: 2026-06-01 # Chrome 150
# reason: Due to declining interest from web developers and lack of interest from other browser vendors, Google decided to withdraw many Privacy Sandbox features including shared storage.
according_to:
- https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
- https://chromestatus.com/feature/5076349064708096
group:
- storage
- worklets
Expand Down
2 changes: 0 additions & 2 deletions features/storage-access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ status:
compat_features:
- api.Document.hasStorageAccess
- api.Document.requestStorageAccess
- api.Document.requestStorageAccessFor
- api.Permissions.permission_storage-access
- api.Permissions.permission_top-level-storage-access
- html.elements.iframe.allow.storage-access
- http.headers.Permissions-Policy.storage-access
14 changes: 0 additions & 14 deletions features/storage-access.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,3 @@ compat_features:
# edge: "113"
- html.elements.iframe.allow.storage-access
- http.headers.Permissions-Policy.storage-access

# baseline: false
# support:
# chrome: "113"
# chrome_android: "120"
# edge: "113"
- api.Permissions.permission_top-level-storage-access

# baseline: false
# support:
# chrome: "119"
# chrome_android: "119"
# edge: "119"
- api.Document.requestStorageAccessFor
8 changes: 7 additions & 1 deletion features/topics.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Topics
description: The Topics API reports a user's likely subject-matter interests (as determined by the browser, known as topics) to iframes. This allows for interest-based advertising that does not rely on user's exact browsing history, third-party cookies, or fingerprinting.
description: The topics API reports a user's likely subject-matter interests (as determined by the browser, known as topics) to iframes. This allows for interest-based advertising that does not rely on user's exact browsing history, third-party cookies, or fingerprinting.
spec: https://patcg-individual-drafts.github.io/topics/
discouraged:
# removal_date: 2026-06-01 # Chrome 150
# reason: Due to declining interest from web developers and lack of interest from other browser vendors, Google decided to withdraw many Privacy Sandbox features including the topics API.
according_to:
- https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
- https://chromestatus.com/feature/5135370673061888
compat_features:
- api.Document.browsingTopics
- html.elements.iframe.browsingtopics
Expand Down