mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 04:52:03 -08:00
disable JIT
This commit is contained in:
parent
ff618e27a1
commit
6009989f10
2 changed files with 7 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
- Hardened compilation configuration
|
||||
- Bundled with [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc)
|
||||
- Uses Mullvad's adblock DNS-over-HTTPS to provide Encrypted Client Hello
|
||||
- JIT disabled by default
|
||||
- More to come
|
||||
|
||||
## Building
|
||||
|
|
|
|||
|
|
@ -675,4 +675,9 @@ defaultPref("network.http.sendRefererHeader", 0);
|
|||
defaultPref("network.http.referer.trimmingPolicy", 2);
|
||||
defaultPref("network.http.referer.XOriginTrimmingPolicy", 2);
|
||||
defaultPref("network.http.referer.XOriginPolicy", 2);
|
||||
defaultPref("network.http.referer.defaultPolicy", 0);
|
||||
defaultPref("network.http.referer.defaultPolicy", 0);
|
||||
|
||||
// Disable JIT by default
|
||||
defaultPref("javascript.options.baselinejit", false);
|
||||
defaultPref("javascript.options.ion", false);
|
||||
defaultPref("javascript.options.warp", false);
|
||||
Loading…
Add table
Reference in a new issue