forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csp-embedded-enforcement.json
68 lines (68 loc) · 1.94 KB
/
csp-embedded-enforcement.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"spec": {
"title": "Content Security Policy: Embedded Enforcement",
"url": "https://www.w3.org/TR/csp-embedded-enforcement/"
},
"links": {
"https://www.w3.org/TR/": [],
"https://www.w3.org/2011/webappsec/": [],
"https://lists.w3.org/Archives/Public/public-webappsec/": [],
"https://www.w3.org/Mail/Request": [],
"https://www.w3.org/Consortium/Patent-Policy-20040205/": [
"def-essential",
"sec-Disclosure"
],
"https://www.w3.org/2004/01/pp-impl/49309/status": [],
"https://www.w3.org/2015/Process-20150901/": [],
"https://html.spec.whatwg.org/": [
"the-iframe-element",
"htmliframeelement",
"browsing-context",
"process-a-navigate-response",
"process-a-navigate-fetch",
"nested-browsing-context",
"browsing-context-nested-through",
"browsing-context-container"
],
"https://w3c.github.io/webappsec-csp/": [
"content-security-policy-header-field",
"grammardef-serialized-policy",
"serialized-csp",
"policy",
"disposition",
"directive-set",
"directive",
"name",
"value",
"frame-ancestors"
],
"https://dom.spec.whatwg.org/": [
"concept-reflect",
"document"
],
"https://github.com/w3c/html/issues/584": [],
"https://fetch.spec.whatwg.org/": [
"concept-header-list-append",
"concept-request-header-list",
"concept-request",
"concept-response",
"concept-response-url",
"concept-response-policy-list"
],
"https://www.w3.org/TR/CSP3/": [
"parse-serialized-policy"
],
"https://url.spec.whatwg.org/": [
"concept-url-scheme",
"local-scheme",
"concept-url-origin",
"network-scheme"
],
"https://www.w3.org/TR/css-cascade-3/": [
"origin"
],
"https://tools.ietf.org/html/rfc2119": [],
"https://tools.ietf.org/html/rfc3864": [],
"https://tools.ietf.org/html/rfc5234": []
}
}