-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scope algorithm: Delete same-origin-as-document check. (#696)
This was redundant, because a) the start_url is already checked to be same-origin-as-document, and b) the start_url is checked to be within scope of scope (which implies they are same-origin). Thus the scope is guaranteed to be same-origin as the document without this explicit check. This removes the document URL parameter to the scope algorithm. No normative changes. Work towards fixing #668.
- Loading branch information
Showing
1 changed file
with
4 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters