mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
LibreAwoo: decrease fingerprinting protection allow fonts to be used in Dark Reader
This will require Firefox protection to be disabled for the sites in question, but good enough, I only need this on a few.
This commit is contained in:
parent
5097076daf
commit
ea94ebfdb9
@ -49,7 +49,7 @@ pref("privacy.fingerprintingProtection.pbmode", true);
|
|||||||
// usability and reveal the real platform (voting for Linux
|
// usability and reveal the real platform (voting for Linux
|
||||||
// existing in statistics). https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
// existing in statistics). https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc
|
||||||
// It's not like I have any uniqueness with `intl.accept_languages` below...
|
// It's not like I have any uniqueness with `intl.accept_languages` below...
|
||||||
pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent");
|
pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-HttpUserAgent,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack");
|
||||||
|
|
||||||
// :( but fingerprintability
|
// :( but fingerprintability
|
||||||
pref("javascript.use_us_english_locale", true);
|
pref("javascript.use_us_english_locale", true);
|
||||||
|
Loading…
Reference in New Issue
Block a user