Update config/mozilla.cfg

This commit is contained in:
Narsil 2024-07-17 08:57:41 +00:00
parent 45ad8b7e95
commit 4dac1588a4
1 changed files with 6 additions and 0 deletions

View File

@ -812,6 +812,12 @@ defaultPref("security.sandbox.gpu.level", 1);
// 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