Skip to content

Commit dc36669

Browse files
authored
Add Permissions-Policy-Report-Only header (#29506)
1 parent fd41dbd commit dc36669

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-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+
"Permissions-Policy-Report-Only": {
5+
"__compat": {
6+
"spec_url": "https://w3c.github.io/webappsec-permissions-policy/#permissions-policy-report-only-http-header-field",
7+
"support": {
8+
"chrome": {
9+
"version_added": "120"
10+
},
11+
"chrome_android": "mirror",
12+
"edge": "mirror",
13+
"firefox": {
14+
"version_added": false
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)