Add configuration file for LibreWolf

This commit is contained in:
Severin Kaderli 2025-03-24 19:27:08 +01:00
parent 24b6e10af6
commit 5b0afb58d2
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@
# Creates symlinks
CONFIG_LINKED_FILES_HOME=(
".librewolf/librewolf.overrides.cfg"
".config/bat"
".config/bottom"
".config/ccache"

View file

@ -0,0 +1,3 @@
pref("privacy.resistFingerprinting", false);
pref("privacy.fingerprintingProtection", true);
pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC");