From 1963f223a66084599ac9d2bb14d704433a4fe997 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Fri, 18 Oct 2024 19:32:37 +0100 Subject: [PATCH] Use "may" for behavior of non-wildcard path in match_origin_as_fallback --- specification/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/index.bs b/specification/index.bs index 82e2d2a2..19a4238c 100644 --- a/specification/index.bs +++ b/specification/index.bs @@ -231,7 +231,7 @@ Note: In Firefox, setting `match_about_blank` to `true` also allows injection in If this is true, use fallbacks as described in [[#determine-the-url-for-content-script-matching]]. -No path is available when the URL to match against falls back to an origin. Therefore, when set, the user agent must not allow [[#key-matches]] to contain entries with a path other than `/*`. +No path is available when the URL to match against falls back to an origin. Therefore, when set, the user agent may treat a [[#key-matches]] with a path other than `/*` as an error. Defaults to `false`.