Skip to content

Commit c2d1f48

Browse files
authored
Chrome 133 / Firefox Nightly support HTTP Activate-Storage-Access + Sec-Fetch-Storage-Access (#28256)
HTTP Active-Storage-Access and Sec-Fetch-Storage-Access
1 parent 35f5c80 commit c2d1f48

File tree

2 files changed

+74
-0
lines changed

2 files changed

+74
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"http": {
3+
"headers": {
4+
"Activate-Storage-Access": {
5+
"__compat": {
6+
"spec_url": "https://privacycg.github.io/storage-access-headers/#activate-storage-access-header",
7+
"support": {
8+
"chrome": {
9+
"version_added": "133"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": "preview"
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": false
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}
37+
}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"http": {
3+
"headers": {
4+
"Sec-Fetch-Storage-Access": {
5+
"__compat": {
6+
"spec_url": "https://privacycg.github.io/storage-access-headers/#sec-fetch-storage-access-header",
7+
"support": {
8+
"chrome": {
9+
"version_added": "133"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": "preview"
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": false
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": true,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)