Skip to content

Commit

Permalink
Skipping CORB response blocking for already filtered responses
Browse files Browse the repository at this point in the history
  • Loading branch information
anforowicz committed May 7, 2018
1 parent 188b36e commit 5884f85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2750,6 +2750,9 @@ with a <i>CORS flag</i> and <i>recursive flag</i>, run these steps:
<li><p>If the <a>CORB check</a> with <var>request</var> and <var>noCorsResponse</var> returns
<b>allowed</b>, then return <var>noCorsResponse</var>.

<li><p>If <var>noCorsResponse</var> is a <a>filtered response</a>, then return
<var>noCorsResponse</var>.

<li><p>Set <var>corbSanitizedResponse</var> to a new <a for=/>response</a> whose
<a for=response>status</a> is <var>noCorsResponse</var>'s <a for=response>status</a>,
<a for=response>HTTPS state</a> is <var>noCorsResponse</var>'s <a for=response>HTTPS state</a>,
Expand Down

0 comments on commit 5884f85

Please sign in to comment.