From 8d1c09f746af45238f0734f384dca742151beaf7 Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Mon, 20 Jan 2020 17:03:04 +1100 Subject: [PATCH] Change start_url - Document URL check from within-scope to same-origin. This appears to have been a mistake. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e57604688..b1b991ec7 100644 --- a/index.html +++ b/index.html @@ -323,7 +323,7 @@

  • Otherwise, if |manifest|["{{WebAppManifest/start_url}}"] is not - present, or not within scope of the {{Document}}'s + present, or not same origin as the {{Document}}'s {{Document/URL}}, consider the document not installable.
  • Otherwise, the {{Document}} MAY be considered installable