summaryrefslogtreecommitdiff
path: root/data/settings.js
diff options
context:
space:
mode:
Diffstat (limited to 'data/settings.js')
-rw-r--r--data/settings.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/settings.js b/data/settings.js
index 0fe5956..1c13b80 100644
--- a/data/settings.js
+++ b/data/settings.js
@@ -30,8 +30,10 @@ pref("privacy.firstparty.isolate", true);
// Extensions cannot be updated without permission
pref("extensions.update.enabled", false);
-// Use LANG environment variable to choose locale
-pref("intl.locale.matchOS", true);
+
+// Set the default locale to that of the operating system.
+pref("intl.locale.requested", "");
+
// Allow unsigned langpacks
pref("extensions.langpacks.signatures.required", false);
// Disable default browser checking.