From b426f233f4c015f11f4528e3313567a5337f4ef4 Mon Sep 17 00:00:00 2001
From: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 5 Oct 2019 14:19:09 +0000
Subject: [PATCH] rip out intl.locale.requested

---
 user.js | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/user.js b/user.js
index 8251570..2e44896 100644
--- a/user.js
+++ b/user.js
@@ -176,17 +176,12 @@ user_pref("javascript.use_us_english_locale", true); // [HIDDEN PREF]
  * [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 its charset the browser will fallback
- * to the "Current locale" based on your application language (see 0214)
+ * When the content or server doesn't declare a charset the browser will
+ * fallback to the "Current locale" based on your application language
  * [SETTING] General>Language and Appearance>Fonts and Colors>Advanced>Text Encoding for Legacy Content
  * [TEST] https://hsivonen.com/test/moz/check-charset.htm
  * [1] https://trac.torproject.org/projects/tor/ticket/20025 ***/
 user_pref("intl.charset.fallback.override", "windows-1252");
-/* 0214: set Firefox language [FF59+] [RESTART]
- * Go to the end of about:support to view Internationalization & Localization settings
- * If set to empty, the OS locales are used. If not set at all, default locale is used
- * This is the language used in menus, about pages, messages, and notifications from Firefox ***/
-   // user_pref("intl.locale.requested", "en-US"); // [HIDDEN PREF]
 
 /*** [SECTION 0300]: QUIET FOX
      Starting in user.js v67, we only disable the auto-INSTALL of Firefox. You still get prompts