Skip to content

Commit

Permalink
Editorial: use origin-based "schemelessly same site"
Browse files Browse the repository at this point in the history
Follows whatwg/html#5076. See
#969 for a potential normative
follow-up to change this to use "same site".
  • Loading branch information
domenic committed Nov 20, 2019
1 parent 2f496b5 commit 493c021
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fetch.bs
Expand Up @@ -3112,8 +3112,8 @@ Cross-Origin-Resource-Policy = %s"same-origin" / %s"same-site" ; case-sensit
<p>If the following are true

<ul class=brief>
<li><var>request</var>'s <a for=request>origin</a>'s <a for=url>host</a> is <a>same site</a> with
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a>
<li><var>request</var>'s <a for=request>origin</a> is <a>schemelessly same site</a> with
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>origin</a>
<li><var>request</var>'s <a for=request>origin</a>'s <a for=url>scheme</a> is
"<code>https</code>" or <var>response</var>'s <a for=response>HTTPS state</a> is
"<code>none</code>"
Expand Down

0 comments on commit 493c021

Please sign in to comment.