fix wording for Vanadium per-process dynamic code exec blocking

This commit is contained in:
Daniel Micay 2024-12-20 14:25:55 -05:00
parent 8077452079
commit 06dabbec71

View File

@ -985,8 +985,8 @@
<li>Strict site isolation and sandboxed iframes</li>
<li>JavaScript JIT disabled by default with per-site toggle via drop-down
permission menu</li>
<li>Dynamic code execution is blocked when the JIT is enabled as an
extension to the seccomp-bpf sandbox</li>
<li>Dynamic code execution is blocked for processes without the JavaScript
JIT enabled as an extension to the seccomp-bpf sandbox</li>
<li>Native Android autofill implementation to avoid needing sandboxed Google
Play for autofill support</li>
<li>WebGPU disabled for attack surface reduction</li>