@webref/xref 1.1.1 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +77 -0
- package/ed/dfns/ecmascript.json +2 -2
- package/ed/dfns/encoding.json +20 -0
- package/ed/dfns/picture-in-picture.json +58 -18
- package/ed/dfns/shacl12-rules.json +181 -86
- package/ed/dfns/webdriver-bidi.json +148 -17
- package/ed/dfns/webmcp.json +164 -3
- package/ed/headings/ecmascript.json +1 -1
- package/ed/headings/encoding.json +1 -1
- package/ed/headings/picture-in-picture.json +5 -5
- package/ed/headings/rfc2397.json +33 -9
- package/ed/headings/rfc4120.json +164 -134
- package/ed/headings/rfc6386.json +128 -104
- package/ed/headings/rfc6454.json +62 -38
- package/ed/headings/rfc6455.json +120 -90
- package/ed/headings/rfc6797.json +104 -80
- package/ed/headings/rfc7034.json +52 -28
- package/ed/headings/rfc7239.json +55 -31
- package/ed/headings/rfc7469.json +63 -39
- package/ed/headings/rfc7578.json +54 -30
- package/ed/headings/rfc7932.json +70 -40
- package/ed/headings/rfc8610.json +100 -63
- package/ed/headings/rfc8878.json +97 -88
- package/ed/headings/rfc9163.json +62 -59
- package/ed/headings/rfc9649.json +82 -79
- package/ed/headings/rfc9659.json +33 -30
- package/ed/headings/selectors-5.json +8 -1
- package/ed/headings/shacl12-rules.json +127 -77
- package/ed/headings/webdriver-bidi.json +10 -3
- package/ed/headings/webmcp.json +14 -0
- package/ed/headings/webusb.json +1 -1
- package/ed/headings/webvtt1.json +2 -2
- package/index.js +56 -8
- package/package.json +1 -1
- package/specs.json +28890 -0
- package/tr/dfns/shacl12-rules.json +181 -86
- package/tr/dfns/webdriver-bidi.json +148 -17
- package/tr/dfns/webvtt1.json +82 -95
- package/tr/headings/shacl12-rules.json +127 -77
- package/tr/headings/webdriver-bidi.json +10 -3
- package/tr/headings/webvtt1.json +3 -9
package/ed/headings/rfc7034.json
CHANGED
|
@@ -1,190 +1,214 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 7034: HTTP Header Field X-Frame-Options",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 7034: HTTP Header Field X-Frame-Options | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc7034/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
8
|
"id": "section-1",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-1",
|
|
10
10
|
"title": "Introduction",
|
|
11
11
|
"level": 1,
|
|
12
12
|
"number": "1"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "section-1.1",
|
|
16
|
-
"href": "https://www.rfc-editor.org/
|
|
16
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-1.1",
|
|
17
17
|
"title": "Requirements Language",
|
|
18
18
|
"level": 2,
|
|
19
19
|
"number": "1.1"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "section-2",
|
|
23
|
-
"href": "https://www.rfc-editor.org/
|
|
23
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2",
|
|
24
24
|
"title": "X-Frame-Options Header",
|
|
25
25
|
"level": 1,
|
|
26
26
|
"number": "2"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "section-2.1",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
30
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.1",
|
|
31
31
|
"title": "Syntax",
|
|
32
32
|
"level": 2,
|
|
33
33
|
"number": "2.1"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"id": "section-2.2",
|
|
37
|
-
"href": "https://www.rfc-editor.org/
|
|
37
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.2",
|
|
38
38
|
"title": "Augmented Backus-Naur Form (ABNF)",
|
|
39
39
|
"level": 2,
|
|
40
40
|
"number": "2.2"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"id": "section-2.2.1",
|
|
44
|
-
"href": "https://www.rfc-editor.org/
|
|
44
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.2.1",
|
|
45
45
|
"title": "Examples of X-Frame-Options",
|
|
46
46
|
"level": 3,
|
|
47
47
|
"number": "2.2.1"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"id": "section-2.3",
|
|
51
|
-
"href": "https://www.rfc-editor.org/
|
|
51
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3",
|
|
52
52
|
"title": "Design Issues",
|
|
53
53
|
"level": 2,
|
|
54
54
|
"number": "2.3"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": "section-2.3.1",
|
|
58
|
-
"href": "https://www.rfc-editor.org/
|
|
58
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.1",
|
|
59
59
|
"title": "Enable HTML Content from Other Domains",
|
|
60
60
|
"level": 3,
|
|
61
61
|
"number": "2.3.1"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"id": "section-2.3.2",
|
|
65
|
-
"href": "https://www.rfc-editor.org/
|
|
65
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.2",
|
|
66
66
|
"title": "Browser Behavior and Processing",
|
|
67
67
|
"level": 3,
|
|
68
68
|
"number": "2.3.2"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"id": "section-2.3.2.1",
|
|
72
|
-
"href": "https://www.rfc-editor.org/
|
|
72
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.2.1",
|
|
73
73
|
"title": "Violation of X-Frame-Options",
|
|
74
74
|
"level": 4,
|
|
75
75
|
"number": "2.3.2.1"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"id": "section-2.3.2.2",
|
|
79
|
-
"href": "https://www.rfc-editor.org/
|
|
79
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.2.2",
|
|
80
80
|
"title": "Variation in Current Browser Behavior",
|
|
81
81
|
"level": 4,
|
|
82
82
|
"number": "2.3.2.2"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"id": "section-2.3.2.3",
|
|
86
|
-
"href": "https://www.rfc-editor.org/
|
|
86
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.2.3",
|
|
87
87
|
"title": "Usage Design Pattern and Example Scenario for the ALLOW-FROM",
|
|
88
88
|
"level": 4,
|
|
89
89
|
"number": "2.3.2.3"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"id": "section-2.3.2.4",
|
|
93
|
-
"href": "https://www.rfc-editor.org/
|
|
93
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-2.3.2.4",
|
|
94
94
|
"title": "No Caching of the X-Frame-Options Header",
|
|
95
95
|
"level": 4,
|
|
96
96
|
"number": "2.3.2.4"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": "section-3",
|
|
100
|
-
"href": "https://www.rfc-editor.org/
|
|
100
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-3",
|
|
101
101
|
"title": "IANA Considerations",
|
|
102
102
|
"level": 1,
|
|
103
103
|
"number": "3"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"id": "section-3.1",
|
|
107
|
-
"href": "https://www.rfc-editor.org/
|
|
107
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-3.1",
|
|
108
108
|
"title": "Registration Template",
|
|
109
109
|
"level": 2,
|
|
110
110
|
"number": "3.1"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"id": "section-4",
|
|
114
|
-
"href": "https://www.rfc-editor.org/
|
|
114
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-4",
|
|
115
115
|
"title": "Security Considerations",
|
|
116
116
|
"level": 1,
|
|
117
117
|
"number": "4"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"id": "section-4.1",
|
|
121
|
-
"href": "https://www.rfc-editor.org/
|
|
121
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-4.1",
|
|
122
122
|
"title": "Privacy Considerations",
|
|
123
123
|
"level": 2,
|
|
124
124
|
"number": "4.1"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"id": "section-5",
|
|
128
|
-
"href": "https://www.rfc-editor.org/
|
|
128
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-5",
|
|
129
129
|
"title": "References",
|
|
130
130
|
"level": 1,
|
|
131
131
|
"number": "5"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"id": "section-5.1",
|
|
135
|
-
"href": "https://www.rfc-editor.org/
|
|
135
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-5.1",
|
|
136
136
|
"title": "Normative References",
|
|
137
137
|
"level": 2,
|
|
138
138
|
"number": "5.1"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": "section-5.2",
|
|
142
|
-
"href": "https://www.rfc-editor.org/
|
|
142
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#section-5.2",
|
|
143
143
|
"title": "Informative References",
|
|
144
144
|
"level": 2,
|
|
145
145
|
"number": "5.2"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": "appendix-A",
|
|
149
|
-
"href": "https://www.rfc-editor.org/
|
|
149
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-A",
|
|
150
150
|
"title": "Browsers That Support X-Frame-Options",
|
|
151
151
|
"level": 1,
|
|
152
152
|
"number": "A"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"id": "appendix-B",
|
|
156
|
-
"href": "https://www.rfc-editor.org/
|
|
156
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-B",
|
|
157
157
|
"title": "Description of a Clickjacking Attack",
|
|
158
158
|
"level": 1,
|
|
159
159
|
"number": "B"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"id": "appendix-B.1",
|
|
163
|
-
"href": "https://www.rfc-editor.org/
|
|
163
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-B.1",
|
|
164
164
|
"title": "Shop",
|
|
165
165
|
"level": 2,
|
|
166
166
|
"number": "B.1"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"id": "appendix-B.2",
|
|
170
|
-
"href": "https://www.rfc-editor.org/
|
|
170
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-B.2",
|
|
171
171
|
"title": "Online Shop Confirm Purchase Page",
|
|
172
172
|
"level": 2,
|
|
173
173
|
"number": "B.2"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"id": "appendix-B.3",
|
|
177
|
-
"href": "https://www.rfc-editor.org/
|
|
177
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-B.3",
|
|
178
178
|
"title": "Flash Configuration",
|
|
179
179
|
"level": 2,
|
|
180
180
|
"number": "B.3"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"id": "appendix-C",
|
|
184
|
-
"href": "https://www.rfc-editor.org/
|
|
184
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#appendix-C",
|
|
185
185
|
"title": "Acknowledgements",
|
|
186
186
|
"level": 1,
|
|
187
187
|
"number": "C"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"id": "in-this-section",
|
|
191
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#in-this-section",
|
|
192
|
+
"level": 2,
|
|
193
|
+
"title": "In this section"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"id": "http-header-field-x-frame-options",
|
|
197
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#http-header-field-x-frame-options",
|
|
198
|
+
"level": 1,
|
|
199
|
+
"title": "RFC 7034: HTTP Header Field X-Frame-Options"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"id": "useful-links",
|
|
203
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#useful-links",
|
|
204
|
+
"level": 2,
|
|
205
|
+
"title": "Useful links"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"id": "contact-us",
|
|
209
|
+
"href": "https://www.rfc-editor.org/info/rfc7034/#contact-us",
|
|
210
|
+
"level": 2,
|
|
211
|
+
"title": "Contact Us"
|
|
188
212
|
}
|
|
189
213
|
]
|
|
190
214
|
}
|
package/ed/headings/rfc7239.json
CHANGED
|
@@ -1,211 +1,235 @@
|
|
|
1
1
|
{
|
|
2
2
|
"spec": {
|
|
3
|
-
"title": "RFC 7239: Forwarded HTTP Extension",
|
|
4
|
-
"url": "https://www.rfc-editor.org/
|
|
3
|
+
"title": "RFC 7239: Forwarded HTTP Extension | RFC Editor",
|
|
4
|
+
"url": "https://www.rfc-editor.org/info/rfc7239/"
|
|
5
5
|
},
|
|
6
6
|
"headings": [
|
|
7
7
|
{
|
|
8
8
|
"id": "section-1",
|
|
9
|
-
"href": "https://www.rfc-editor.org/
|
|
9
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-1",
|
|
10
10
|
"title": "Introduction",
|
|
11
11
|
"level": 1,
|
|
12
12
|
"number": "1"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"id": "section-2",
|
|
16
|
-
"href": "https://www.rfc-editor.org/
|
|
16
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-2",
|
|
17
17
|
"title": "Notational Conventions",
|
|
18
18
|
"level": 1,
|
|
19
19
|
"number": "2"
|
|
20
20
|
},
|
|
21
21
|
{
|
|
22
22
|
"id": "section-3",
|
|
23
|
-
"href": "https://www.rfc-editor.org/
|
|
23
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-3",
|
|
24
24
|
"title": "Syntax Notations",
|
|
25
25
|
"level": 1,
|
|
26
26
|
"number": "3"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"id": "section-4",
|
|
30
|
-
"href": "https://www.rfc-editor.org/
|
|
30
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-4",
|
|
31
31
|
"title": "Forwarded HTTP Header Field",
|
|
32
32
|
"level": 1,
|
|
33
33
|
"number": "4"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"id": "section-5",
|
|
37
|
-
"href": "https://www.rfc-editor.org/
|
|
37
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5",
|
|
38
38
|
"title": "Parameters",
|
|
39
39
|
"level": 1,
|
|
40
40
|
"number": "5"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"id": "section-5.1",
|
|
44
|
-
"href": "https://www.rfc-editor.org/
|
|
44
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5.1",
|
|
45
45
|
"title": "Forwarded By",
|
|
46
46
|
"level": 2,
|
|
47
47
|
"number": "5.1"
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"id": "section-5.2",
|
|
51
|
-
"href": "https://www.rfc-editor.org/
|
|
51
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5.2",
|
|
52
52
|
"title": "Forwarded For",
|
|
53
53
|
"level": 2,
|
|
54
54
|
"number": "5.2"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"id": "section-5.3",
|
|
58
|
-
"href": "https://www.rfc-editor.org/
|
|
58
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5.3",
|
|
59
59
|
"title": "Forwarded Host",
|
|
60
60
|
"level": 2,
|
|
61
61
|
"number": "5.3"
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"id": "section-5.4",
|
|
65
|
-
"href": "https://www.rfc-editor.org/
|
|
65
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5.4",
|
|
66
66
|
"title": "Forwarded Proto",
|
|
67
67
|
"level": 2,
|
|
68
68
|
"number": "5.4"
|
|
69
69
|
},
|
|
70
70
|
{
|
|
71
71
|
"id": "section-5.5",
|
|
72
|
-
"href": "https://www.rfc-editor.org/
|
|
72
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-5.5",
|
|
73
73
|
"title": "Extensions",
|
|
74
74
|
"level": 2,
|
|
75
75
|
"number": "5.5"
|
|
76
76
|
},
|
|
77
77
|
{
|
|
78
78
|
"id": "section-6",
|
|
79
|
-
"href": "https://www.rfc-editor.org/
|
|
79
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-6",
|
|
80
80
|
"title": "Node Identifiers",
|
|
81
81
|
"level": 1,
|
|
82
82
|
"number": "6"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"id": "section-6.1",
|
|
86
|
-
"href": "https://www.rfc-editor.org/
|
|
86
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-6.1",
|
|
87
87
|
"title": "IPv4 and IPv6 Identifiers",
|
|
88
88
|
"level": 2,
|
|
89
89
|
"number": "6.1"
|
|
90
90
|
},
|
|
91
91
|
{
|
|
92
92
|
"id": "section-6.2",
|
|
93
|
-
"href": "https://www.rfc-editor.org/
|
|
93
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-6.2",
|
|
94
94
|
"title": "The \"unknown\" Identifier",
|
|
95
95
|
"level": 2,
|
|
96
96
|
"number": "6.2"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
99
|
"id": "section-6.3",
|
|
100
|
-
"href": "https://www.rfc-editor.org/
|
|
100
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-6.3",
|
|
101
101
|
"title": "Obfuscated Identifier",
|
|
102
102
|
"level": 2,
|
|
103
103
|
"number": "6.3"
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
106
|
"id": "section-7",
|
|
107
|
-
"href": "https://www.rfc-editor.org/
|
|
107
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7",
|
|
108
108
|
"title": "Implementation Considerations",
|
|
109
109
|
"level": 1,
|
|
110
110
|
"number": "7"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
"id": "section-7.1",
|
|
114
|
-
"href": "https://www.rfc-editor.org/
|
|
114
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7.1",
|
|
115
115
|
"title": "HTTP Lists",
|
|
116
116
|
"level": 2,
|
|
117
117
|
"number": "7.1"
|
|
118
118
|
},
|
|
119
119
|
{
|
|
120
120
|
"id": "section-7.2",
|
|
121
|
-
"href": "https://www.rfc-editor.org/
|
|
121
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7.2",
|
|
122
122
|
"title": "Header Field Preservation",
|
|
123
123
|
"level": 2,
|
|
124
124
|
"number": "7.2"
|
|
125
125
|
},
|
|
126
126
|
{
|
|
127
127
|
"id": "section-7.3",
|
|
128
|
-
"href": "https://www.rfc-editor.org/
|
|
128
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7.3",
|
|
129
129
|
"title": "Relation to Via",
|
|
130
130
|
"level": 2,
|
|
131
131
|
"number": "7.3"
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
"id": "section-7.4",
|
|
135
|
-
"href": "https://www.rfc-editor.org/
|
|
135
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7.4",
|
|
136
136
|
"title": "Transition",
|
|
137
137
|
"level": 2,
|
|
138
138
|
"number": "7.4"
|
|
139
139
|
},
|
|
140
140
|
{
|
|
141
141
|
"id": "section-7.5",
|
|
142
|
-
"href": "https://www.rfc-editor.org/
|
|
142
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-7.5",
|
|
143
143
|
"title": "Example Usage",
|
|
144
144
|
"level": 2,
|
|
145
145
|
"number": "7.5"
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
148
|
"id": "section-8",
|
|
149
|
-
"href": "https://www.rfc-editor.org/
|
|
149
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-8",
|
|
150
150
|
"title": "Security Considerations",
|
|
151
151
|
"level": 1,
|
|
152
152
|
"number": "8"
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
155
|
"id": "section-8.1",
|
|
156
|
-
"href": "https://www.rfc-editor.org/
|
|
156
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-8.1",
|
|
157
157
|
"title": "Header Validity and Integrity",
|
|
158
158
|
"level": 2,
|
|
159
159
|
"number": "8.1"
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
162
|
"id": "section-8.2",
|
|
163
|
-
"href": "https://www.rfc-editor.org/
|
|
163
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-8.2",
|
|
164
164
|
"title": "Information Leak",
|
|
165
165
|
"level": 2,
|
|
166
166
|
"number": "8.2"
|
|
167
167
|
},
|
|
168
168
|
{
|
|
169
169
|
"id": "section-8.3",
|
|
170
|
-
"href": "https://www.rfc-editor.org/
|
|
170
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-8.3",
|
|
171
171
|
"title": "Privacy Considerations",
|
|
172
172
|
"level": 2,
|
|
173
173
|
"number": "8.3"
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
"id": "section-9",
|
|
177
|
-
"href": "https://www.rfc-editor.org/
|
|
177
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-9",
|
|
178
178
|
"title": "IANA Considerations",
|
|
179
179
|
"level": 1,
|
|
180
180
|
"number": "9"
|
|
181
181
|
},
|
|
182
182
|
{
|
|
183
183
|
"id": "section-10",
|
|
184
|
-
"href": "https://www.rfc-editor.org/
|
|
184
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-10",
|
|
185
185
|
"title": "References",
|
|
186
186
|
"level": 1,
|
|
187
187
|
"number": "10"
|
|
188
188
|
},
|
|
189
189
|
{
|
|
190
190
|
"id": "section-10.1",
|
|
191
|
-
"href": "https://www.rfc-editor.org/
|
|
191
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-10.1",
|
|
192
192
|
"title": "Normative References",
|
|
193
193
|
"level": 2,
|
|
194
194
|
"number": "10.1"
|
|
195
195
|
},
|
|
196
196
|
{
|
|
197
197
|
"id": "section-10.2",
|
|
198
|
-
"href": "https://www.rfc-editor.org/
|
|
198
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#section-10.2",
|
|
199
199
|
"title": "Informative References",
|
|
200
200
|
"level": 2,
|
|
201
201
|
"number": "10.2"
|
|
202
202
|
},
|
|
203
203
|
{
|
|
204
204
|
"id": "appendix-A",
|
|
205
|
-
"href": "https://www.rfc-editor.org/
|
|
205
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#appendix-A",
|
|
206
206
|
"title": "Acknowledgments",
|
|
207
207
|
"level": 1,
|
|
208
208
|
"number": "A"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "in-this-section",
|
|
212
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#in-this-section",
|
|
213
|
+
"level": 2,
|
|
214
|
+
"title": "In this section"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"id": "forwarded-http-extension",
|
|
218
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#forwarded-http-extension",
|
|
219
|
+
"level": 1,
|
|
220
|
+
"title": "RFC 7239: Forwarded HTTP Extension"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"id": "useful-links",
|
|
224
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#useful-links",
|
|
225
|
+
"level": 2,
|
|
226
|
+
"title": "Useful links"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"id": "contact-us",
|
|
230
|
+
"href": "https://www.rfc-editor.org/info/rfc7239/#contact-us",
|
|
231
|
+
"level": 2,
|
|
232
|
+
"title": "Contact Us"
|
|
209
233
|
}
|
|
210
234
|
]
|
|
211
235
|
}
|