LibreAwoo: add commented notes to self on protected domains

This commit is contained in:
Aminda Suomalainen 2024-02-01 21:34:53 +02:00
parent 8e1f947591
commit 84321a3586
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ defaultPref("privacy.resistFingerprinting", false);
// DO NOT DO THIS! https://codeberg.org/librewolf/issues/issues/1439
//defaultPref("browser.contentblocking.category", "standard");
// Note to self on disabling protection of Mozilla pages. This may be a
// LibreWolf default so thus commented:
// via https://www.ghacks.net/2017/10/27/how-to-enable-firefox-webextensions-on-mozilla-websites/
//defaultPref("extensions.webextensions.restrictedDomains", "");
//defaultPref("privacy.resistFingerprinting.block_mozAddonManage", true);
// Enable letterboxing
defaultPref("privacy.resistFingerprinting.letterboxing", true);