From 2e26df4a8e260d9b932d3ee1edeabac69ede1b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20C=C3=A1ceres?= Date: Thu, 4 Mar 2021 13:50:57 +1100 Subject: [PATCH] Remove query & fragment from scope --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index a046e3bb..09230c6d 100644 --- a/index.html +++ b/index.html @@ -569,8 +569,11 @@

  • If |scope| is failure, return.
  • -
  • If |manifest|["start_url"] is not [=URL/within scope=] of |scope - URL|, return. +
  • From |scope|, remove the [=url/query=] and [=url/fragment=] + components. +
  • +
  • If |manifest|["start_url"] is not [=URL/within scope=] of + |scope|, return.
  • Otherwise, set |manifest|["scope"] to |scope|.