1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Updated Optional Hardening (markdown)

yokoffing
2026-04-21 12:49:44 -04:00
parent 6ce27500ce
commit 5b234fb350
-1
@@ -264,7 +264,6 @@ This option is the most secure of the two, but expect site issues.
user_pref("javascript.options.ion", false);
user_pref("javascript.options.baselinejit", false);
user_pref("javascript.options.wasm_optimizingjit", false);
user_pref("javascript.options.wasm_baselinejit", true);
```
***