Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
draft_date: 2024-10-21
name: User-Agent Client Hints
description: TODO
name: User agent client hints
description: The `Sec-CH-UA` HTTP request header and the `navigator.userAgentData` API expose browser and platform information used to vary responses and application logic. User agent client hints are similar to user agent strings but more privacy-preserving and safer to parse.
spec: https://wicg.github.io/ua-client-hints/
compat_features:
- api.Navigator.userAgentData
Expand All @@ -12,6 +11,13 @@ compat_features:
- api.NavigatorUAData.platform
- api.NavigatorUAData.toJSON
- api.WorkerNavigator.userAgentData
- http.headers.Accept-CH.Sec-CH-UA
- http.headers.Accept-CH.Sec-CH-UA-Arch
- http.headers.Accept-CH.Sec-CH-UA-Full-Version
- http.headers.Accept-CH.Sec-CH-UA-Mobile
- http.headers.Accept-CH.Sec-CH-UA-Model
- http.headers.Accept-CH.Sec-CH-UA-Platform
- http.headers.Accept-CH.Sec-CH-UA-Platform-Version
- http.headers.Sec-CH-UA
- http.headers.Sec-CH-UA-Arch
- http.headers.Sec-CH-UA-Bitness
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ compat_features:
# chrome: "89"
# chrome_android: "89"
# edge: "89"
- http.headers.Accept-CH.Sec-CH-UA
- http.headers.Accept-CH.Sec-CH-UA-Arch
- http.headers.Accept-CH.Sec-CH-UA-Full-Version
- http.headers.Accept-CH.Sec-CH-UA-Mobile
- http.headers.Accept-CH.Sec-CH-UA-Model
- http.headers.Accept-CH.Sec-CH-UA-Platform
- http.headers.Accept-CH.Sec-CH-UA-Platform-Version
- http.headers.Sec-CH-UA
- http.headers.Sec-CH-UA-Arch
- http.headers.Sec-CH-UA-Mobile
Expand Down