mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 03:22:05 -08:00
properly enable fission
This commit is contained in:
parent
d757aaf46d
commit
f517c5bd14
2 changed files with 4 additions and 2 deletions
|
|
@ -56,7 +56,6 @@ ac_add_options --enable-hardening
|
|||
mk_add_options MOZ_HARDENING=1
|
||||
ac_add_options --disable-jemalloc
|
||||
ac_add_options --enable-sandbox
|
||||
ac_add_options --enable-fission
|
||||
ac_add_options --enable-network-isolation
|
||||
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
|
||||
ac_add_options --enable-randomize
|
||||
|
|
|
|||
|
|
@ -696,3 +696,6 @@ defaultPref("browser.send_pings", false);
|
|||
|
||||
// Disable domain guessing
|
||||
defaultPref("browser.fixup.alternate.enabled", false);
|
||||
|
||||
// Ensure Fission is working
|
||||
defaultPref("fission.autostart", true);
|
||||
Loading…
Add table
Reference in a new issue