Skip to content

Commit 834cd87

Browse files
authored
Require background attributionsrc URL to be suitable (#1154)
This makes the spec consistent with what Chromium is already doing. Related to #767, though this has no effect on URLs being redirected through.
1 parent 7a4487f commit 834cd87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@ To <dfn>make a background attributionsrc request</dfn> given a [=URL=] |url|, an
15831583
{{Document}} |document|:
15841584

15851585
1. [=Validate a background attributionsrc eligibility|Validate=] |eligibility|.
1586-
1. If |url|'s [=url/scheme=] is not [=check if a scheme is suitable|suitable=],
1586+
1. If |url|'s [=url/origin=] is not [=check if an origin is suitable|suitable=],
15871587
return.
15881588
1. If |contextOrigin| is not [=check if an origin is suitable|suitable=], return.
15891589
1. Let |context| be |document|'s [=relevant settings object=].

0 commit comments

Comments
 (0)