improve documentation for per-site Vanadium toggles

This commit is contained in:
Daniel Micay 2024-02-28 20:15:47 -05:00
parent 2468dfe1b4
commit a119f21416

View File

@ -858,14 +858,14 @@
<li>Type-based Control Flow Integrity (CFI)</li>
<li>Hardware memory tagging (MTE) enabled for the main allocator</li>
<li>Strict site isolation and sandboxed iframes</li>
<li>JavaScript JIT disabled by default with per-site override option</li>
<li>JavaScript JIT disabled by default with per-site toggle via drop-down permission menu</li>
<li>Native Android autofill implementation to avoid needing sandboxed Google
Play for autofill support</li>
<li>WebGPU disabled for attack surface reduction</li>
<li>WebRTC IP handling policy toggle to control peer-to-peer WebRTC mode</li>
<li>Compiler hardening: automatic variable initialization, strong stack protector, well defined signed overflow</li>
<li>High performance content filtering engine using EasyList + EasyPrivacy
with a per-site override option</li>
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 replaced with the frozen user agent values to avoid leaking device/OS info</li>
<li>Battery API always shows the battery as charging and at 100% capacity</li>