Skip to content

Commit

Permalink
Address annevk@ comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Sep 14, 2021
1 parent c3eb444 commit ec422cf
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 @@ -1901,9 +1901,8 @@ source of security bugs. Please seek security review for features that deal with

<li><p>If <var>request</var>'s <a for=request>client</a> is null, return true.</p>

<li><p>If <var>request</var>'s <a for=request>client</a>'s <a for="environment settings
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>client</a>'s <a for="environment settings 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>current URL</a>'s <a for=url>origin</a>, return true.</p>
Expand Down Expand Up @@ -3443,7 +3442,8 @@ Cross-Origin-Resource-Policy = %s"same-origin" / %s"same-site" / %s"cross-or
<li><p>If <var>policy</var> is neither `<code>same-origin</code>`, `<code>same-site</code>`, nor
`<code>cross-origin</code>`, then set <var>policy</var> to null.

<li><p>If <var>policy</var> is null, switch on <var>embedderPolicyValue</var>:
<li>
<p>If <var>policy</var> is null, switch on <var>embedderPolicyValue</var>:</p>
<dl class=switch>
<dt>`<a for="embedder policy value">unsafe-none</a>`
<dd> Do nothing.
Expand Down

0 comments on commit ec422cf

Please sign in to comment.