Update config/mozilla.cfg
This commit is contained in:
parent
f34b98c23a
commit
6c8e0798af
|
@ -820,6 +820,12 @@ defaultPref("keyword.enabled", false);
|
||||||
// Enable Site Isolation
|
// Enable Site Isolation
|
||||||
// defaultPref("fission.autostart", true);
|
// defaultPref("fission.autostart", true);
|
||||||
// defaultPref("gfx.webrender.all", 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
|
// OPTIONAL HARDENING
|
||||||
|
|
Loading…
Reference in New Issue