Skip to content

Commit

Permalink
Address Yutaka comment whatwg#2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Jun 9, 2021
1 parent 6a1bb51 commit ebf3351
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1905,9 +1905,9 @@ source of security bugs. Please seek security review for features that deal with
object">embedder policy</a> 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>client</a>'s <a for="environment settings object">origin</a>,
return true.</p>
<li><p>If <var>request</var>'s <a for=request>client</a>'s <a for="environment settings
object">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>

<li><p>Return false.</p>
</ol>
Expand Down Expand Up @@ -7802,7 +7802,7 @@ Arkadiusz Michalski,
Arne Johannessen,
Artem Skoretskiy,
Arthur Barstow,
Arthur Sonzogni,
Arthur Sonzogni, <!-- ArthurSonzogni; GitHub -->,
Asanka Herath,
Axel Rauschmayer,
Ben Kelly,
Expand Down

0 comments on commit ebf3351

Please sign in to comment.