Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require background attributionsrc URL to be suitable #1154

Merged
merged 1 commit into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Require background attributionsrc URL to be suitable
This makes the spec consistent with what Chromium is already doing.

Related to #767, though this has no effect on URLs being redirected
through.
  • Loading branch information
apasel422 committed Feb 1, 2024
commit 80c296d0f2db6ea9a87baf5836afd288325e3fc1
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ To <dfn>make a background attributionsrc request</dfn> given a [=URL=] |url|, an
{{Document}} |document|:

1. [=Validate a background attributionsrc eligibility|Validate=] |eligibility|.
1. If |url|'s [=url/scheme=] is not [=check if a scheme is suitable|suitable=],
1. If |url|'s [=url/origin=] is not [=check if an origin is suitable|suitable=],
return.
1. If |contextOrigin| is not [=check if an origin is suitable|suitable=], return.
1. Let |context| be |document|'s [=relevant settings object=].
Expand Down
Loading