diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 11:49:32 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 11:52:10 -0500 |
| commit | 346a47be6b36f1c4643bf876fe8cab8656debe53 (patch) | |
| tree | 203f3622de74c0e4a3819e8feb3a4904f8af4c6d | |
| parent | 7e311458b61da627cc7f3b02ef88f74bf012df9f (diff) | |
update/improve reduced user agent / client hint info
| -rw-r--r-- | static/features.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 78234abb..eb10bd28 100644 --- a/static/features.html +++ b/static/features.html @@ -961,8 +961,11 @@ <li>High performance content filtering engine using EasyList + EasyPrivacy with per-site toggle via drop-down permission menu</li> <li>More complete state partitioning without origin trial opt-out</li> - <li>High entropy client hints are replaced with the frozen user agent values - to avoid leaking device/OS info</li> + <li>High entropy client hints are replaced with the placeholder values used + for Chromium's standard reduced user agent to avoid leaking information on + the hardware/OS through headers</li> + <li>Reduced user agent is enabled for the Vanadium WebView rather than only + the browser (client hint changes will be added too, but aren't yet)</li> <li>Battery API always shows the battery as charging and at 100% capacity</li> <li>Trivial subdomain hiding disabled</li> <li>Consistent browser behavior across users without usage of feature flags |
