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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #151 - Define a "ch-ua-high-entropy-values" permission policy #373

Merged
merged 2 commits into from
Dec 24, 2024

Conversation

miketaylr
Copy link
Collaborator

@miketaylr miketaylr commented Dec 20, 2024

The allows top-level sites to restrict which third-party sites are able to receive high-entropy ua client hint data, or even disable itself from collection of any high-entropy ua client hint data.


Preview | Diff

The allows top-level sites to restrict which third-party sites are
able to receive high-entropy ua client hint data, or even disable
itself from collection of any high-entropy ua client hint data.
@miketaylr miketaylr changed the title Fixes #141 - Define a "ch-ua-high-entropy-values" permission policy Fixes #151 - Define a "ch-ua-high-entropy-values" permission policy Dec 20, 2024
@miketaylr miketaylr requested a review from yoavweiss December 20, 2024 02:43

1. Let |p| be a [=a new promise=] created in the [=current realm=].

2. If the [=user agent=] decides one or more values in |hints| should not be returned, then [=reject=] and return |p| with a "{{NotAllowedError}}".
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has never been implemented, FWIW (at least not in Chromium).

index.bs Show resolved Hide resolved
@miketaylr miketaylr requested a review from yoavweiss December 23, 2024 15:15
Copy link
Collaborator

@yoavweiss yoavweiss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@miketaylr
Copy link
Collaborator Author

thanks!

@miketaylr miketaylr merged commit d7717ea into WICG:main Dec 24, 2024
2 checks passed
@miketaylr miketaylr deleted the issues/151/1 branch December 24, 2024 14:50
github-actions bot added a commit that referenced this pull request Dec 24, 2024
…373)

SHA: d7717ea
Reason: push, by miketaylr

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants