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);