mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-12 19:39:23 +01:00
firefox: test if OpenDyslexic extension works even if fonts aren't exposed
This commit is contained in:
parent
2a56a0183b
commit
7006c43e77
@ -49,7 +49,7 @@ lockPref("privacy.fingerprintingProtection", true);
|
|||||||
//lockPref("privacy.fingerprintingProtection", false);
|
//lockPref("privacy.fingerprintingProtection", false);
|
||||||
pref(
|
pref(
|
||||||
"privacy.fingerprintingProtection.overrides",
|
"privacy.fingerprintingProtection.overrides",
|
||||||
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack",
|
"+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC",
|
||||||
);
|
);
|
||||||
//clearPref("privacy.fingerprintingProtection.overrides");
|
//clearPref("privacy.fingerprintingProtection.overrides");
|
||||||
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
lockPref("privacy.fingerprintingProtection.pbmode", true);
|
||||||
|
@ -622,7 +622,7 @@
|
|||||||
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
"Comment": "Preference not allowed for stability reasons. :( https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc",
|
||||||
"Status": "locked",
|
"Status": "locked",
|
||||||
"Type": "string",
|
"Type": "string",
|
||||||
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC,-FontVisibilityRestrictGenerics,-FontVisibilityBaseSystem,-FontVisibilityLangPack"
|
"Value": "+AllTargets,-KeyboardEvents,-SpeechSynthesis,-CSSPrefersColorScheme,-CSSPrefersReducedMotion,-NavigatorPlatform,-NavigatorUserAgent,-JSDateTimeUTC"
|
||||||
},
|
},
|
||||||
"privacy.fingerprintingProtection.pbmode": {
|
"privacy.fingerprintingProtection.pbmode": {
|
||||||
"Comment": "Preference not allowed for stability reasons. :(",
|
"Comment": "Preference not allowed for stability reasons. :(",
|
||||||
|
Loading…
Reference in New Issue
Block a user