-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathcsp3.json
50 lines (50 loc) · 1.22 KB
/
csp3.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
49
50
{
"impl": {
"webkitstatus": "specification-content-security-policy-level-3"
},
"features": {
"report-to": {
"title": "report-to directive",
"url": "#directive-report-to",
"impl": {
"chromestatus": 5826576096690176
}
},
"manifest-src": {
"title": "manifest-src directive",
"url": "#directive-manifest-src",
"impl": {
"chromestatus": 5679927315660800
}
},
"navigate-to": {
"title": "navigate-to directive",
"url": "#directive-navigate-to",
"impl": {
"chromestatus": 6457580339593216
}
},
"strict-dynamic": {
"title": "strict-dynamic source expression",
"url": "#strict-dynamic-usage",
"impl": {
"chromestatus": 5633814718054400,
"edgestatus": "CSP Level 3 strict-dynamic source expression"
}
},
"unsafe-hashed-attributes": {
"title": "unsafe-hashed-attributes source expression",
"url": "#unsafe-hashed-attributes-usage",
"impl": {
"chromestatus": 5867082285580288
}
},
"worker-src": {
"title": "worker-src directive",
"url": "#worker-src",
"impl": {
"chromestatus": 5922594955984896
}
}
}
}