Skip to content

Commit b3492ec

Browse files
dcreagerannevk
authored andcommitted
Remove Reporting API from CORS exceptions
As of w3c/reporting#41, the Reporting spec sends CORS preflights for report uploads if the origin of the collector is different than the origin of the reports in the upload. That means we can remove Reporting from the CORS protocol exception list.
1 parent 7ab665e commit b3492ec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

fetch.bs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ url: https://tools.ietf.org/html/rfc7234#section-1.2.1;text:delta-seconds;type:d
7676
"href": "https://www.kb.cert.org/vuls/id/150227",
7777
"title": "HTTP proxy default configurations allow arbitrary TCP connections."
7878
},
79-
"REPORTING": {
80-
"authors": ["Ilya Grigorik", "Mike West"],
81-
"href": "https://wicg.github.io/reporting/",
82-
"title": "Reporting API"
83-
},
8479
"EXPECT-CT": {
8580
"authors": [
8681
"Emily Stark"
@@ -2397,7 +2392,6 @@ values:
23972392

23982393
<ul class=brief>
23992394
<li>`<code>application/csp-report</code>` [[CSP]]
2400-
<li>`<code>application/report</code>` [[REPORTING]]
24012395
<li>`<code>application/expect-ct-report+json</code>` [[EXPECT-CT]]
24022396
<li>`<code>application/xss-auditor-report</code>`
24032397
<li>`<code>application/ocsp-request</code>` [[OCSP]]
@@ -6600,6 +6594,7 @@ Domenic Denicola,
66006594
Dominic Farolino,
66016595
Dominique Hazaël-Massieux,
66026596
Doug Turner,
6597+
Douglas Creager,
66036598
Eero Häkkinen,
66046599
Ehsan Akhgari,
66056600
Emily Stark,

0 commit comments

Comments
 (0)