Skip to content

Commit 1ee66f2

Browse files
committed
Break out requestStorageAccessFor() into a separate, deprecated
feature
1 parent 0dfc435 commit 1ee66f2

File tree

4 files changed

+38
-16
lines changed

4 files changed

+38
-16
lines changed

features/related-website-sets.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Related website sets
2+
description: Related website sets declares relationships between sites so the browser allows cookie and storage access between them through methods such as `document.requestStorageAccessFor()`.
3+
spec:
4+
- https://wicg.github.io/first-party-sets/
5+
- https://privacycg.github.io/requestStorageAccessFor/
6+
discouraged:
7+
# removal_date: 2026-06-01 # Chrome 150
8+
# 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.
9+
according_to:
10+
- https://privacysandbox.com/news/update-on-plans-for-privacy-sandbox-technologies/
11+
- https://chromestatus.com/feature/5162221567082496
12+
- https://chromestatus.com/feature/5194473869017088
13+
compat_features:
14+
- api.Document.requestStorageAccessFor
15+
- api.Permissions.permission_top-level-storage-access
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Generated from: related-website-sets.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "119"
8+
chrome_android: "120"
9+
edge: "119"
10+
compat_features:
11+
# baseline: false
12+
# support:
13+
# chrome: "113"
14+
# chrome_android: "120"
15+
# edge: "113"
16+
- api.Permissions.permission_top-level-storage-access
17+
18+
# baseline: false
19+
# support:
20+
# chrome: "119"
21+
# chrome_android: "119"
22+
# edge: "119"
23+
- api.Document.requestStorageAccessFor

features/storage-access.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ status:
77
compat_features:
88
- api.Document.hasStorageAccess
99
- api.Document.requestStorageAccess
10-
- api.Document.requestStorageAccessFor
1110
- api.Permissions.permission_storage-access
12-
- api.Permissions.permission_top-level-storage-access
1311
- html.elements.iframe.allow.storage-access
1412
- http.headers.Permissions-Policy.storage-access

features/storage-access.yml.dist

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,3 @@ compat_features:
4343
# edge: "113"
4444
- html.elements.iframe.allow.storage-access
4545
- http.headers.Permissions-Policy.storage-access
46-
47-
# baseline: false
48-
# support:
49-
# chrome: "113"
50-
# chrome_android: "120"
51-
# edge: "113"
52-
- api.Permissions.permission_top-level-storage-access
53-
54-
# baseline: false
55-
# support:
56-
# chrome: "119"
57-
# chrome_android: "119"
58-
# edge: "119"
59-
- api.Document.requestStorageAccessFor

0 commit comments

Comments
 (0)