Skip to content

Commit 3465f1a

Browse files
committed
Fix ~57 HTTP standard-track exceptions
1 parent 16d7b38 commit 3465f1a

23 files changed

Lines changed: 100 additions & 97 deletions

http/headers/Accept-CH.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
"Sec-CH-UA": {
194194
"__compat": {
195195
"description": "`Sec-CH-UA` token",
196+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua",
196197
"tags": [
197198
"web-features:ua-client-hints"
198199
],
@@ -227,6 +228,7 @@
227228
"Sec-CH-UA-Arch": {
228229
"__compat": {
229230
"description": "`Sec-CH-UA-Arch` token",
231+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-arch",
230232
"tags": [
231233
"web-features:ua-client-hints"
232234
],
@@ -261,6 +263,7 @@
261263
"Sec-CH-UA-Full-Version": {
262264
"__compat": {
263265
"description": "`Sec-CH-UA-Full-Version` token",
266+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-full-version",
264267
"tags": [
265268
"web-features:ua-client-hints"
266269
],
@@ -295,6 +298,7 @@
295298
"Sec-CH-UA-Mobile": {
296299
"__compat": {
297300
"description": "`Sec-CH-UA-Mobile` token",
301+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-mobile",
298302
"tags": [
299303
"web-features:ua-client-hints"
300304
],
@@ -329,6 +333,7 @@
329333
"Sec-CH-UA-Model": {
330334
"__compat": {
331335
"description": "`Sec-CH-UA-Model` token",
336+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-model",
332337
"tags": [
333338
"web-features:ua-client-hints"
334339
],
@@ -363,6 +368,7 @@
363368
"Sec-CH-UA-Platform": {
364369
"__compat": {
365370
"description": "`Sec-CH-UA-Platform` token",
371+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform",
366372
"tags": [
367373
"web-features:ua-client-hints"
368374
],
@@ -397,6 +403,7 @@
397403
"Sec-CH-UA-Platform-Version": {
398404
"__compat": {
399405
"description": "`Sec-CH-UA-Platform-Version` token",
406+
"spec_url": "https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform-version",
400407
"tags": [
401408
"web-features:ua-client-hints"
402409
],

http/headers/Accept-Encoding.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"dcb": {
8888
"__compat": {
8989
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Accept-Encoding#dcb",
90+
"spec_url": "https://www.rfc-editor.org/rfc/rfc9842#name-dictionary-compressed-brotl",
9091
"tags": [
9192
"web-features:compression-dictionary-transport"
9293
],
@@ -122,6 +123,7 @@
122123
"dcz": {
123124
"__compat": {
124125
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Encoding#dcz",
126+
"spec_url": "https://www.rfc-editor.org/rfc/rfc9842#name-dictionary-compressed-zstan",
125127
"tags": [
126128
"web-features:compression-dictionary-transport"
127129
],

http/headers/Access-Control-Allow-Headers.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"authorization_not_covered_by_wildcard": {
5050
"__compat": {
5151
"description": "`Authorization` header is not covered by wildcard",
52+
"spec_url": "https://fetch.spec.whatwg.org/#cors-non-wildcard-request-header-name",
5253
"tags": [
5354
"web-features:cors"
5455
],
@@ -90,6 +91,7 @@
9091
"wildcard": {
9192
"__compat": {
9293
"description": "Wildcard (`*`)",
94+
"spec_url": "https://fetch.spec.whatwg.org/#http-new-header-syntax",
9395
"tags": [
9496
"web-features:cors"
9597
],

http/headers/Access-Control-Allow-Methods.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"wildcard": {
5050
"__compat": {
5151
"description": "Wildcard (`*`)",
52+
"spec_url": "https://fetch.spec.whatwg.org/#http-new-header-syntax",
5253
"tags": [
5354
"web-features:cors"
5455
],

http/headers/Access-Control-Expose-Headers.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"wildcard": {
5050
"__compat": {
5151
"description": "Wildcard (`*`)",
52+
"spec_url": "https://fetch.spec.whatwg.org/#http-new-header-syntax",
5253
"tags": [
5354
"web-features:cors"
5455
],

http/headers/Authorization.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"SHA-256": {
123123
"__compat": {
124124
"description": "SHA2-256 digest authentication",
125+
"spec_url": "https://httpwg.org/specs/rfc7616.html#n-hash-algorithms-for-http-digest-authentication",
125126
"tags": [
126127
"web-features:http-authentication"
127128
],
@@ -156,6 +157,7 @@
156157
"md5": {
157158
"__compat": {
158159
"description": "MD5 digest authentication",
160+
"spec_url": "https://httpwg.org/specs/rfc7616.html#n-hash-algorithms-for-http-digest-authentication",
159161
"tags": [
160162
"web-features:http-authentication"
161163
],
@@ -261,7 +263,7 @@
261263
},
262264
"status": {
263265
"experimental": false,
264-
"standard_track": true,
266+
"standard_track": false,
265267
"deprecated": false
266268
}
267269
}

http/headers/Cache-Control.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
},
4646
"immutable": {
4747
"__compat": {
48+
"spec_url": "https://httpwg.org/specs/rfc8246.html#the-immutable-cache-control-extension",
4849
"support": {
4950
"chrome": {
5051
"version_added": false,

http/headers/Clear-Site-Data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"secure_context_required": {
3939
"__compat": {
4040
"description": "Secure context required",
41+
"spec_url": "https://w3c.github.io/webappsec-clear-site-data/#header",
4142
"tags": [
4243
"web-features:clear-site-data"
4344
],

http/headers/Content-Encoding.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"dcb": {
8888
"__compat": {
8989
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Encoding#dcb",
90+
"spec_url": "https://www.rfc-editor.org/rfc/rfc9842#name-dictionary-compressed-brotl",
9091
"tags": [
9192
"web-features:compression-dictionary-transport"
9293
],
@@ -122,6 +123,7 @@
122123
"dcz": {
123124
"__compat": {
124125
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Content-Encoding#dcz",
126+
"spec_url": "https://www.rfc-editor.org/rfc/rfc9842#name-dictionary-compressed-zstan",
125127
"tags": [
126128
"web-features:compression-dictionary-transport"
127129
],

http/headers/Content-Security-Policy.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"worker_support": {
6868
"__compat": {
6969
"description": "Worker support",
70+
"spec_url": "https://w3c.github.io/webappsec-csp/#directive-worker-src",
7071
"tags": [
7172
"web-features:csp"
7273
],
@@ -631,6 +632,7 @@
631632
"meta-element-support": {
632633
"__compat": {
633634
"description": "`<meta>` element support",
635+
"spec_url": "https://w3c.github.io/webappsec-csp/#meta-element",
634636
"tags": [
635637
"web-features:csp"
636638
],
@@ -738,6 +740,7 @@
738740
"report-sample": {
739741
"__compat": {
740742
"description": "`report-sample` source value",
743+
"spec_url": "https://w3c.github.io/webappsec-csp/#grammardef-report-sample",
741744
"tags": [
742745
"web-features:csp"
743746
],
@@ -1019,7 +1022,7 @@
10191022
},
10201023
"status": {
10211024
"experimental": true,
1022-
"standard_track": true,
1025+
"standard_track": false,
10231026
"deprecated": false
10241027
}
10251028
}
@@ -1063,6 +1066,7 @@
10631066
"wasm-unsafe-eval": {
10641067
"__compat": {
10651068
"description": "Source expression allowing WebAssembly execution",
1069+
"spec_url": "https://w3c.github.io/webappsec-csp/#grammardef-wasm-unsafe-eval",
10661070
"tags": [
10671071
"web-features:csp"
10681072
],
@@ -1168,6 +1172,7 @@
11681172
"strict-dynamic": {
11691173
"__compat": {
11701174
"description": "`strict-dynamic` source value",
1175+
"spec_url": "https://w3c.github.io/webappsec-csp/#grammardef-strict-dynamic",
11711176
"tags": [
11721177
"web-features:csp"
11731178
],
@@ -1352,6 +1357,7 @@
13521357
"unsafe-hashes": {
13531358
"__compat": {
13541359
"description": "`unsafe-hashes` source value",
1360+
"spec_url": "https://w3c.github.io/webappsec-csp/#grammardef-unsafe-hashes",
13551361
"tags": [
13561362
"web-features:csp"
13571363
],

0 commit comments

Comments
 (0)