From 4dac1588a418873b23f7d6708eef1e12a1d55d93 Mon Sep 17 00:00:00 2001 From: Narsil Date: Wed, 17 Jul 2024 08:57:41 +0000 Subject: [PATCH] Update config/mozilla.cfg --- config/mozilla.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mozilla.cfg b/config/mozilla.cfg index 639e61c..b4f4a62 100644 --- a/config/mozilla.cfg +++ b/config/mozilla.cfg @@ -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