LibreAwoo: comment the Ad Nauseam change

This kind of reverts 3adab86b9a
This commit is contained in:
Aminda Suomalainen 2024-01-21 10:56:23 +02:00
parent 7bea0ec7bd
commit ea03abf22a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 1 deletions

View File

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