mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +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
|
||||
pref("javascript.use_us_english_locale", true);
|
||||
// This is the privacy.resistfingerprinting value and probably most common
|
||||
//pref("intl.accept_languages", "en-US, en");
|
||||
// Then again I already lost the fingerprintability game
|
||||
pref("intl.accept_languages", "fi, en");
|
||||
// Then again I already lost the fingerprintability game. The default on
|
||||
// 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
|
||||
pref("pdfjs.enableScripting", false);
|
||||
|
Loading…
Reference in New Issue
Block a user