1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-23 04:46:09 +02:00

make use_us_english inactive

This pref (in FF118 or lower) was applied regardless of 'intl.accept_languages', but only makes sense when it is "en-US, en" (which we used to set)

But we removed 'intl.accept_language' in this release because there is no longer any RFP formatting protection, so we should no longer decide what language users prefer. Removed so users are not constantly reset on prefsCleaner, which could differ from what the user has/wants and be super annoying

If 'use_us_english' were left active for ESR users who insist on using the live version, this would therefore have their language formatting set to en-US regardless of what they request - which would be annoying/confusing if they weren't requesting english

and herein ends my story - make it inactive
This commit is contained in:
Thorin-Oakenpants 2023-11-20 01:25:06 +00:00 committed by GitHub
parent ac9f82a115
commit 61ed383e71
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1206,7 +1206,7 @@ user_pref("security.family_safety.mode", 0);
// [SETUP-WEB] May break some input methods e.g xim/ibus for CJK languages [1]
// [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=867501,1629630
// [-] https://bugzilla.mozilla.org/1846224
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
// user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
// 0711: disable skipping DoH when parental controls are enabled [FF70+]
// [-] https://bugzilla.mozilla.org/1586941
user_pref("network.dns.skipTRR-when-parental-control-enabled", false);