diff options
Diffstat (limited to 'static')
| -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 7a49dc8c..6709ba8c 100644 --- a/static/features.html +++ b/static/features.html @@ -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> |
