mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +01:00
LibreAwoo: any language is 'fine'
This commit is contained in:
parent
35c1b133fb
commit
3099179891
@ -47,9 +47,16 @@ pref("privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents,
|
|||||||
|
|
||||||
// :( but fingerprintability
|
// :( but fingerprintability
|
||||||
pref("javascript.use_us_english_locale", true);
|
pref("javascript.use_us_english_locale", true);
|
||||||
|
// This is the privacy.resistfingerprinting value and probably most common
|
||||||
//pref("intl.accept_languages", "en-US, en");
|
//pref("intl.accept_languages", "en-US, en");
|
||||||
// Then again I already lost the fingerprintability game
|
// Then again I already lost the fingerprintability game. The default on
|
||||||
pref("intl.accept_languages", "fi, en");
|
// Firefox Android for me is `fi-FI,en-FI` which looks like even more losing
|
||||||
|
// the fingerprinting game.
|
||||||
|
//pref("intl.accept_languages", "fi, en");
|
||||||
|
// Apparently even not sending accept-language is more common than Finnish,
|
||||||
|
// so let's do that. Any language is fine, at least I am not promoting English
|
||||||
|
// to every web site I visit.
|
||||||
|
pref("intl.accept_languages", "");
|
||||||
|
|
||||||
// No JavaScript allowed in internal pdf viewer
|
// No JavaScript allowed in internal pdf viewer
|
||||||
pref("pdfjs.enableScripting", false);
|
pref("pdfjs.enableScripting", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user