-
Notifications
You must be signed in to change notification settings - Fork 341
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
Client hints difference between navigation and subresources #707
Comments
Most recent IETF draft updates the opt-in flow. The short of it:
Sending requested header fields to 3P origins is subject to Feature Policy, the plumbing for which is WIP — see w3c/webappsec-permissions-policy#129. |
@igrigorik that opt-in flow requires a bunch of plumbing in HTML and Fetch too. Who will do that work? |
It's been my list for a while, but as you can tell.. haven't found the cycles to tackle it so far. If there is anyone else interested in picking this up, I'd be happy to help review! |
Taking a cautious peek at that, it seems like that work would comprise of:
@annevk - does that sound about right? |
Yeah (also tests). |
@yoavweiss that sounds about right! |
Sure. |
@igrigorik is it intentional that for subresources we always append client hints headers and for navigation only if they're not already present?
That doesn't actually make a whole lot of sense to me, since navigation is the one where it's currently impossible for those headers to already be present...
The text was updated successfully, but these errors were encountered: