Add configuration file for LibreWolf
This commit is contained in:
parent
24b6e10af6
commit
5b0afb58d2
2 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
# Creates symlinks
|
||||
|
||||
CONFIG_LINKED_FILES_HOME=(
|
||||
".librewolf/librewolf.overrides.cfg"
|
||||
".config/bat"
|
||||
".config/bottom"
|
||||
".config/ccache"
|
||||
|
|
3
system/.librewolf/librewolf.overrides.cfg
Normal file
3
system/.librewolf/librewolf.overrides.cfg
Normal file
|
@ -0,0 +1,3 @@
|
|||
pref("privacy.resistFingerprinting", false);
|
||||
pref("privacy.fingerprintingProtection", true);
|
||||
pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-CSSPrefersColorScheme,-JSDateTimeUTC");
|
Loading…
Add table
Add a link
Reference in a new issue