Skip to content

Commit

Permalink
Remove Reporting API from CORS exceptions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dcreager authored and annevk committed Jul 31, 2018
1 parent 7ab665e commit b3492ec
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ url: https://tools.ietf.org/html/rfc7234#section-1.2.1;text:delta-seconds;type:d
"href": "https://www.kb.cert.org/vuls/id/150227",
"title": "HTTP proxy default configurations allow arbitrary TCP connections."
},
"REPORTING": {
"authors": ["Ilya Grigorik", "Mike West"],
"href": "https://wicg.github.io/reporting/",
"title": "Reporting API"
},
"EXPECT-CT": {
"authors": [
"Emily Stark"
Expand Down Expand Up @@ -2397,7 +2392,6 @@ values:

<ul class=brief>
<li>`<code>application/csp-report</code>` [[CSP]]
<li>`<code>application/report</code>` [[REPORTING]]
<li>`<code>application/expect-ct-report+json</code>` [[EXPECT-CT]]
<li>`<code>application/xss-auditor-report</code>`
<li>`<code>application/ocsp-request</code>` [[OCSP]]
Expand Down Expand Up @@ -6600,6 +6594,7 @@ Domenic Denicola,
Dominic Farolino,
Dominique Hazaël-Massieux,
Doug Turner,
Douglas Creager,
Eero Häkkinen,
Ehsan Akhgari,
Emily Stark,
Expand Down

0 comments on commit b3492ec

Please sign in to comment.