Skip to content

Commit

Permalink
Change start_url - Document URL check from within-scope to same-origin.
Browse files Browse the repository at this point in the history
This appears to have been a mistake.
  • Loading branch information
mgiuca committed Jan 20, 2020
1 parent cd53ea1 commit 8d1c09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h2>
</ol>
</li>
<li>Otherwise, if |manifest|["{{WebAppManifest/start_url}}"] is not
present, or not <a>within scope</a> of the {{Document}}'s
present, or not <a>same origin</a> as the {{Document}}'s
{{Document/URL}}, consider the document not <a>installable</a>.
</li>
<li>Otherwise, the {{Document}} MAY be considered <a>installable</a>
Expand Down

0 comments on commit 8d1c09f

Please sign in to comment.