Skip to content

Commit

Permalink
add non-same-origin and subresource check to foreign fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruisselbrink committed Jun 29, 2016
1 parent b846b27 commit 368e267
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -2793,8 +2793,11 @@ <h3>HTTP fetch</h3>
</ol>

<li>
<p>If <var>response</var> is null and <var>request</var>'s
<span>skip-service-worker flag</span> is unset, run these substeps:
<p>If <var>response</var> is null, <var>request</var>'s <span>skip-service-worker flag</span> is
unset, <var>request</var> is a <span>subresource request</span> and <var>request</var>'s
<span title=concept-request-origin>origin</span> is not the same as <var>request</var>'s
<span title=concept-request-url>url</span>'s <span data-anolis-spec=html>origin</span>,
run these substeps:

<ol>
<li>
Expand Down

0 comments on commit 368e267

Please sign in to comment.