Skip to content

Commit

Permalink
Use "may" for behavior of non-wildcard path in match_origin_as_fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverdunk committed Oct 18, 2024
1 parent d059857 commit 1963f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 1963f22

Please sign in to comment.