From 3adab86b9ad8f7f4783ee576fcce297495521d8c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Jan 2024 13:14:58 +0200 Subject: [PATCH] LibreAwoo: decrease tracking protection for AdNauseam --- conf/librewolf.overrides.cfg.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/librewolf.overrides.cfg.js b/conf/librewolf.overrides.cfg.js index c0bbaf53..adefcf71 100644 --- a/conf/librewolf.overrides.cfg.js +++ b/conf/librewolf.overrides.cfg.js @@ -18,6 +18,11 @@ // sure if this also caused weird developery seeming errors about timezones. defaultPref("privacy.resistFingerprinting", false); +// Disable strict tracking protection for Ad Nauseam, don't use this without +// it. Via https://github.com/dhowe/AdNauseam/issues/1747#issuecomment-1397068835 +// https://addons.mozilla.org/firefox/addon/adnauseam/ +defaultPref("browser.contentblocking.category", "standard"); + // Enable letterboxing defaultPref("privacy.resistFingerprinting.letterboxing", true);