Skip to content

Commit

Permalink
Ensure schemelessly same-site handles non-domains well
Browse files Browse the repository at this point in the history
Fixes #5281.
  • Loading branch information
annevk committed Feb 14, 2020
1 parent 344798b commit 4970db0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -82034,11 +82034,12 @@ interface <dfn>BarProp</dfn> {
data-x="concept-origin-host">host</span>, and let <var>hostB</var> be <var>B</var>'s <span
data-x="concept-origin-host">host</span>.</p></li>

<li><p>If <var>hostA</var> <span data-x="host equals">equal</span> <var>hostB</var>, and
<var>hostA</var>'s <span>registrable domain</span> is non-null, then return true.</p></li>
<li><p>If <var>hostA</var> <span data-x="host equals">equals</span> <var>hostB</var> and
<var>hostA</var>'s <span>registrable domain</span> is null, then return true.</p></li>

<li><p>If <var>hostA</var>'s <span>registrable domain</span> equals <var>hostB</var>'s
<span>registrable domain</span> and is non-null, then return true.</p></li>
<li><p>If <var>hostA</var>'s <span>registrable domain</span> <span data-x="host
equals">equals</span> <var>hostB</var>'s <span>registrable domain</span> and is non-null, then
return true.</p></li>
</ol>
</li>

Expand Down Expand Up @@ -125964,6 +125965,7 @@ INSERT INTERFACES HERE
Steve Orvell,
Steve Runyon,
Steven Bennett,
Steven Bingler,
Steven Garrity,
Steven Tate,
Stewart Brodie,
Expand Down

0 comments on commit 4970db0

Please sign in to comment.