user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit a25df4c942f4d9759df6defd49b0cdc6d080b70b
parent 7fa0025bafd968b7dbc5fd0db5b36e3bd7cfd2f1
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed, 20 Sep 2017 03:23:10 +1200

0209: fixup regional pref OS locale

I think I need a break
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -102,7 +102,7 @@ user_pref("intl.accept_languages", "en-US, en"); user_pref("javascript.use_us_english_locale", true); // (hidden pref) /* 0209: use APP locale over OS locale in regional preferences (FF56+) * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1379420 [also 1364789] ***/ -user_pref("intl.regional_prefs.use_os_locales", true); +user_pref("intl.regional_prefs.use_os_locales", false); /*** 0300: QUIET FOX We choose to not disable auto-CHECKs (0301's) but to disable auto-INSTALLs (0302's).