diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-19 05:41:52 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-19 05:41:52 -0400 |
| commit | 19f35507163a21f3780cf4cfaa444b52d4b6118d (patch) | |
| tree | 08677fc47e8b4b75b18ddbff3eff90554522deef | |
| parent | c2cd427e8d688df998454956913819773531a2c8 (diff) | |
jitless mode for Vanadium
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index fa4f80d8..24da89bf 100644 --- a/static/releases.html +++ b/static/releases.html @@ -455,6 +455,7 @@ <ul> <li>Vanadium: update Chromium base to 91.0.4472.101</li> <li>Vanadium: update Chromium base to 91.0.4472.114</li> + <li>Vanadium: add toggle to Privacy and security settings for disabling JIT and using fully interpreted JavaScript via fast interpreter</li> <li>kernel (Pixel 4a (5G), Pixel 5): fix upstream module load order issues when modules are built into the kernel</li> <li>kernel (Pixel 4a (5G), Pixel 5): build in every module and disable dynamic kernel module support again to restore finer-grained Control Flow Integrity (CFI) and attack surface reduction</li> </ul> |
