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

User-Agent Client Hints (UA-CH) #5235

Open
Llbe opened this issue Jan 15, 2020 · 3 comments
Open

User-Agent Client Hints (UA-CH) #5235

Llbe opened this issue Jan 15, 2020 · 3 comments

Comments

@Llbe
Copy link

Llbe commented Jan 15, 2020

AFAIU, the plan from Google is to freeze the User-Agent header value (with some support from other vendors) and introduce new client hint headers in their place, along with a new JS API that can be used instead of navigator.userAgent in order to target specific browser versions etc.

Intent to Deprecate and Freeze: The User-Agent string: https://groups.google.com/a/chromium.org/forum/m/#!msg/blink-dev/-2JIRNMWJ7s/yHe4tQNLCgAJ

Intent to Ship: Client Hints infrastructure and UA Client Hints: https://groups.google.com/a/chromium.org/forum/#!msg/blink-dev/A4wxFpvqUfA/g7iccl9ICgAJ

Spec on JS API: https://wicg.github.io/ua-client-hints/#interface

@kiding
Copy link
Contributor

kiding commented Jun 3, 2020

Google's plan to freeze the User-Agent string has been postponed to "at least 2021." w3ctag/design-reviews#467 (comment)

@adriaandotcom
Copy link

adriaandotcom commented Feb 7, 2021

Client Hints are implemented in Google Chrome (at least v88):

Screenshot

@pointydev
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment