forked from d3cim/mozilla.cfg
Update config/mozilla.cfg
This commit is contained in:
parent
45ad8b7e95
commit
4dac1588a4
|
@ -812,6 +812,12 @@ defaultPref("security.sandbox.gpu.level", 1);
|
|||
// Enable Site Isolation
|
||||
defaultPref("fission.autostart", true);
|
||||
defaultPref("gfx.webrender.all", true);
|
||||
// -------------------------------------
|
||||
// Disable Relay email feature
|
||||
defaultPref("signon.firefoxRelay.feature", "disabled");
|
||||
// -------------------------------------
|
||||
// Disable Privacy-Preserving Attribution
|
||||
defaultPref("dom.private-attribution.submission.enabled", false);
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// OPTIONAL HARDENING
|
||||
|
|
Loading…
Reference in New Issue