summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-08-29 20:26:59 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-08-29 20:26:59 -0400
commitecc60f6a8ce2490e78558f1afa0ddaa011394c2f (patch)
tree8c7e5547ebf2b5fe3ffb5d671cc4345ab614eaaa /static/features.html
parent2908cdadab03f5b45b7587fa7ef8a661dd3e203f (diff)
document Vanadium blocking dynamic native code exec
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/features.html b/static/features.html
index b48ee8e4..50aa1ffe 100644
--- a/static/features.html
+++ b/static/features.html
@@ -954,6 +954,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>Native Android autofill implementation to avoid needing sandboxed Google
Play for autofill support</li>
<li>WebGPU disabled for attack surface reduction</li>