Skip to content

Commit 600cd48

Browse files
Chrome 144 adds ch-ua-high-entropy-values permission (#28895)
* Chrome 144 supports ch-ua-high-entropy-values permissions policy * Update api/NavigatorUAData.json Co-authored-by: Claas Augner <[email protected]> * Update http/headers/Permissions-Policy.json Co-authored-by: Claas Augner <[email protected]> * Note wording tweak * Add MDN URL * Add MDN URL * Add MDN URL --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 27700a5 commit 600cd48

File tree

3 files changed

+36
-4
lines changed

3 files changed

+36
-4
lines changed

api/NavigatorUAData.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@
8787
],
8888
"support": {
8989
"chrome": {
90-
"version_added": "90"
90+
"version_added": "90",
91+
"notes": "From Chrome 144, whether or not this feature can return high-entropy values can be controlled with the `ch-ua-high-entropy-values` permissions policy."
9192
},
9293
"chrome_android": "mirror",
9394
"edge": "mirror",

html/elements/input.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1477,9 +1477,6 @@
14771477
"version_added": false
14781478
},
14791479
"firefox_android": "mirror",
1480-
"ie": {
1481-
"version_added": false
1482-
},
14831480
"oculus": "mirror",
14841481
"opera": "mirror",
14851482
"opera_android": "mirror",

http/headers/Permissions-Policy.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,40 @@
345345
}
346346
}
347347
},
348+
"ch-ua-high-entropy-values": {
349+
"__compat": {
350+
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/ch-ua-high-entropy-values",
351+
"spec_url": "https://wicg.github.io/ua-client-hints/#ch-ua-high-entropy-values",
352+
"support": {
353+
"chrome": {
354+
"version_added": "144"
355+
},
356+
"chrome_android": {
357+
"version_added": false
358+
},
359+
"edge": "mirror",
360+
"firefox": {
361+
"version_added": false
362+
},
363+
"firefox_android": "mirror",
364+
"oculus": "mirror",
365+
"opera": "mirror",
366+
"opera_android": "mirror",
367+
"safari": {
368+
"version_added": false
369+
},
370+
"safari_ios": "mirror",
371+
"samsunginternet_android": "mirror",
372+
"webview_android": "mirror",
373+
"webview_ios": "mirror"
374+
},
375+
"status": {
376+
"experimental": true,
377+
"standard_track": true,
378+
"deprecated": false
379+
}
380+
}
381+
},
348382
"compute-pressure": {
349383
"__compat": {
350384
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Permissions-Policy/compute-pressure",

0 commit comments

Comments
 (0)