Skip to content

Commit 72a8a0e

Browse files
authored
ua-client-hints: add new keys (#2687)
1 parent 712b49c commit 72a8a0e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

features/ua-client-hints.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ compat_features:
2121
- http.headers.Sec-CH-UA
2222
- http.headers.Sec-CH-UA-Arch
2323
- http.headers.Sec-CH-UA-Bitness
24+
- http.headers.Sec-CH-UA-Form-Factors
2425
- http.headers.Sec-CH-UA-Full-Version-List
2526
- http.headers.Sec-CH-UA-Mobile
2627
- http.headers.Sec-CH-UA-Model
2728
- http.headers.Sec-CH-UA-Platform
2829
- http.headers.Sec-CH-UA-Platform-Version
30+
- http.headers.Sec-CH-UA-WoW64

features/ua-client-hints.yml.dist

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "98"
8-
chrome_android: "98"
9-
edge: "98"
7+
chrome: "124"
8+
chrome_android: "124"
9+
edge: "124"
1010
compat_features:
1111
# baseline: false
1212
# support:
@@ -49,10 +49,24 @@ compat_features:
4949
- api.NavigatorUAData.toJSON
5050
- http.headers.Sec-CH-UA-Bitness
5151

52-
# ⬇️ Same status as overall feature ⬇️
5352
# baseline: false
5453
# support:
5554
# chrome: "98"
5655
# chrome_android: "98"
5756
# edge: "98"
5857
- http.headers.Sec-CH-UA-Full-Version-List
58+
59+
# baseline: false
60+
# support:
61+
# chrome: "100"
62+
# chrome_android: "100"
63+
# edge: "100"
64+
- http.headers.Sec-CH-UA-WoW64
65+
66+
# ⬇️ Same status as overall feature ⬇️
67+
# baseline: false
68+
# support:
69+
# chrome: "124"
70+
# chrome_android: "124"
71+
# edge: "124"
72+
- http.headers.Sec-CH-UA-Form-Factors

0 commit comments

Comments
 (0)