forked from mdn/browser-compat-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContent-Security-Policy-Report-Only.json
48 lines (48 loc) · 1.27 KB
/
Content-Security-Policy-Report-Only.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"http": {
"headers": {
"Content-Security-Policy-Report-Only": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Content-Security-Policy-Report-Only",
"spec_url": "https://w3c.github.io/webappsec-csp/#cspro-header",
"support": {
"chrome": {
"version_added": "25"
},
"chrome_android": {
"version_added": true
},
"edge": {
"version_added": "14"
},
"firefox": {
"version_added": "23"
},
"firefox_android": "mirror",
"ie": {
"version_added": "10"
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": {
"version_added": null
},
"safari": {
"version_added": "7"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": {
"version_added": "4.4"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}