diff --git a/features/draft/spec/ua-client-hints.yml b/features/ua-client-hints.yml similarity index 51% rename from features/draft/spec/ua-client-hints.yml rename to features/ua-client-hints.yml index 64b10fa59de..3ed66f7f880 100644 --- a/features/draft/spec/ua-client-hints.yml +++ b/features/ua-client-hints.yml @@ -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 @@ -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 diff --git a/features/draft/spec/ua-client-hints.yml.dist b/features/ua-client-hints.yml.dist similarity index 79% rename from features/draft/spec/ua-client-hints.yml.dist rename to features/ua-client-hints.yml.dist index e6bcd2c6dbc..afeb5469e51 100644 --- a/features/draft/spec/ua-client-hints.yml.dist +++ b/features/ua-client-hints.yml.dist @@ -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