mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
LibreAwoo: oh, sure, I accept multiple languages, let's say Esperanto and Finnish?
This commit is contained in:
parent
2e4744bc90
commit
30672c021d
@ -54,11 +54,13 @@ pref("javascript.use_us_english_locale", true);
|
|||||||
// the fingerprinting game. Then again as sending empty accept-language is
|
// the fingerprinting game. Then again as sending empty accept-language is
|
||||||
// valid ("just give me any"), what if I request only Finnish considering the
|
// valid ("just give me any"), what if I request only Finnish considering the
|
||||||
// RFC discourages sending rejection if no language matches.
|
// 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,
|
// 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
|
// so let's do that. Any language is fine, at least I am not promoting English
|
||||||
// to every web site I visit.
|
// to every web site I visit.
|
||||||
//pref("intl.accept_languages", "");
|
//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
|
// No JavaScript allowed in internal pdf viewer
|
||||||
pref("pdfjs.enableScripting", false);
|
pref("pdfjs.enableScripting", false);
|
||||||
|
Loading…
Reference in New Issue
Block a user