diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 14:25:55 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-12-20 14:26:45 -0500 |
| commit | 06dabbec711ba7292bc5cbb1f9abf013a0b53670 (patch) | |
| tree | 3c4aa1800b57793432b040b27ee14952821c9330 /static/features.html | |
| parent | 8077452079d22ce691a64cca780db9335650a61b (diff) | |
fix wording for Vanadium per-process dynamic code exec blocking
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/features.html b/static/features.html index 7dcd8f6a..c2935261 100644 --- a/static/features.html +++ b/static/features.html @@ -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> |
