From ea03abf22a6e87c95a3c7e52263ec341c540af87 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 21 Jan 2024 10:56:23 +0200 Subject: [PATCH] LibreAwoo: comment the Ad Nauseam change This kind of reverts 3adab86b9ad8f7f4783ee576fcce297495521d8c --- conf/librewolf.overrides.cfg.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/librewolf.overrides.cfg.js b/conf/librewolf.overrides.cfg.js index adefcf71..45e09541 100644 --- a/conf/librewolf.overrides.cfg.js +++ b/conf/librewolf.overrides.cfg.js @@ -21,7 +21,8 @@ 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"); +// DO NOT DO THIS! https://codeberg.org/librewolf/issues/issues/1439 +//defaultPref("browser.contentblocking.category", "standard"); // Enable letterboxing defaultPref("privacy.resistFingerprinting.letterboxing", true);