LibreAwoo: oh, sure, I accept multiple languages, let's say Esperanto and Finnish?

This commit is contained in:
Aminda Suomalainen 2024-02-27 14:54:43 +02:00
parent 2e4744bc90
commit 30672c021d
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 3 additions and 1 deletions

View File

@ -54,11 +54,13 @@ pref("javascript.use_us_english_locale", true);
// the fingerprinting game. Then again as sending empty accept-language is
// valid ("just give me any"), what if I request only Finnish considering the
// RFC discourages sending rejection if no language matches.
pref("intl.accept_languages", "fi");
//pref("intl.accept_languages", "fi");
// 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", "");
// Mi ne plu pensas ĉi tion estas serioza.
pref("intl.accept_languages", "eo, fi");
// No JavaScript allowed in internal pdf viewer
pref("pdfjs.enableScripting", false);