mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-02 15:03:39 +02:00
swap 0212 and 0213
use "application" locale in regional prefs? what are "regional preferences"? This sounds like a search parameter under geo?
This commit is contained in:
parent
b426f233f4
commit
4c6779a5c9
1 changed files with 4 additions and 4 deletions
8
user.js
8
user.js
|
@ -172,16 +172,16 @@ user_pref("intl.accept_languages", "en-US, en");
|
||||||
/* 0211: enforce US English locale regardless of the system locale
|
/* 0211: enforce US English locale regardless of the system locale
|
||||||
* [1] https://bugzilla.mozilla.org/867501 ***/
|
* [1] https://bugzilla.mozilla.org/867501 ***/
|
||||||
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
|
user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
|
||||||
/* 0212: use APP locale over OS locale in regional preferences [FF56+]
|
/* 0212: enforce fallback text encoding to match en-US
|
||||||
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1379420,1364789 ***/
|
|
||||||
user_pref("intl.regional_prefs.use_os_locales", false);
|
|
||||||
/* 0213: enforce fallback text encoding to match en-US
|
|
||||||
* When the content or server doesn't declare a charset the browser will
|
* When the content or server doesn't declare a charset the browser will
|
||||||
* fallback to the "Current locale" based on your application language
|
* fallback to the "Current locale" based on your application language
|
||||||
* [SETTING] General>Language and Appearance>Fonts and Colors>Advanced>Text Encoding for Legacy Content
|
* [SETTING] General>Language and Appearance>Fonts and Colors>Advanced>Text Encoding for Legacy Content
|
||||||
* [TEST] https://hsivonen.com/test/moz/check-charset.htm
|
* [TEST] https://hsivonen.com/test/moz/check-charset.htm
|
||||||
* [1] https://trac.torproject.org/projects/tor/ticket/20025 ***/
|
* [1] https://trac.torproject.org/projects/tor/ticket/20025 ***/
|
||||||
user_pref("intl.charset.fallback.override", "windows-1252");
|
user_pref("intl.charset.fallback.override", "windows-1252");
|
||||||
|
/* 0213: use application locale over OS locale in regional preferences [FF56+]
|
||||||
|
* [1] https://bugzilla.mozilla.org/buglist.cgi?bug_id=1379420,1364789 ***/
|
||||||
|
user_pref("intl.regional_prefs.use_os_locales", false);
|
||||||
|
|
||||||
/*** [SECTION 0300]: QUIET FOX
|
/*** [SECTION 0300]: QUIET FOX
|
||||||
Starting in user.js v67, we only disable the auto-INSTALL of Firefox. You still get prompts
|
Starting in user.js v67, we only disable the auto-INSTALL of Firefox. You still get prompts
|
||||||
|
|
Loading…
Add table
Reference in a new issue