Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fix origin error
Browse files Browse the repository at this point in the history
  • Loading branch information
edent committed Mar 3, 2018
1 parent bcc7923 commit 0fd6fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/browsers.include
Original file line number Diff line number Diff line change
Expand Up @@ -2047,7 +2047,7 @@
1. If this {{Document}} object's <a>active sandboxing flag set</a> has its
<a>sandboxed <code>document.domain</code> browsing context flag</a> set, then throw a
"{{SecurityError}}" {{DOMException}}.
1. Let <var>effectiveDomain</var> be this <code>Document</code>'s <a>origin</a>'s
1. Let <var>effectiveDomain</var> be this {{Document}}'s [=concept/origin=]'s
<a>effective domain</a>.
1. If <var>effectiveDomain</var> is null, then throw a "{{SecurityError}}" {{DOMException}}.
1. If the given value <span data-x="is a registrable domain suffix of or is equal to">is not
Expand Down

0 comments on commit 0fd6fa3

Please sign in to comment.