forked from w3c/webref
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcsp-embedded-enforcement.json
88 lines (88 loc) · 2.42 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"spec": {
"title": "Content Security Policy: Embedded Enforcement",
"url": "https://www.w3.org/TR/csp-embedded-enforcement/"
},
"dfns": [
{
"id": "element-attrdef-iframe-csp",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#element-attrdef-iframe-csp",
"linkingText": [
"csp"
],
"localLinkingText": [],
"type": "element-attr",
"for": [
"iframe"
],
"access": "public",
"informative": false,
"heading": {
"id": "html-integration",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#html-integration",
"title": "Integration with HTML",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "dom-htmliframeelement-csp",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#dom-htmliframeelement-csp",
"linkingText": [
"csp"
],
"localLinkingText": [],
"type": "attribute",
"for": [
"HTMLIFrameElement"
],
"access": "public",
"informative": false,
"heading": {
"id": "html-integration",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#html-integration",
"title": "Integration with HTML",
"number": "2.1"
},
"definedIn": "pre"
},
{
"id": "required-csp",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#required-csp",
"linkingText": [
"required CSP"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "html-integration",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#html-integration",
"title": "Integration with HTML",
"number": "2.1"
},
"definedIn": "prose"
},
{
"id": "http-headerdef-embedding-csp",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#http-headerdef-embedding-csp",
"linkingText": [
"Embedding-CSP"
],
"localLinkingText": [],
"type": "http-header",
"for": [],
"access": "public",
"informative": false,
"heading": {
"id": "embedding-csp-http-header",
"href": "https://www.w3.org/TR/csp-embedded-enforcement/#embedding-csp-http-header",
"title": "The Embedding-CSP HTTP Request Header",
"number": "2.2"
},
"definedIn": "prose"
}
]
}