mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-19 23:20:58 +01:00
LibreAwoo: decrease tracking protection for AdNauseam
This commit is contained in:
parent
7a2b36864b
commit
3adab86b9a
@ -18,6 +18,11 @@
|
|||||||
// sure if this also caused weird developery seeming errors about timezones.
|
// sure if this also caused weird developery seeming errors about timezones.
|
||||||
defaultPref("privacy.resistFingerprinting", false);
|
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
|
// Enable letterboxing
|
||||||
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
defaultPref("privacy.resistFingerprinting.letterboxing", true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user