Skip to content

Commit

Permalink
Address annevk@ comment about redirects.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Sep 20, 2021
1 parent ec422cf commit 8a974e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,8 @@ source of security bugs. Please seek security review for features that deal with
is not "<code><a for="embedder policy value">credentialless</a></code>", return true.</p>

<li><p>If <var>request</var>'s <a for=request>origin</a> is <a>same origin</a> with
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>origin</a>, return true.</p>
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>origin</a> and
<var>request</var>'s <a for=request>tainted origin flag</a> is not set, return true.</p>

<li><p>Return false.</p>
</ol>
Expand Down

0 comments on commit 8a974e2

Please sign in to comment.