[tbb-commits] [tor-browser] 02/02: fixup! Firefox preference overrides.
gitolite role
git at cupani.torproject.org
Fri Oct 14 15:56:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.3.0esr-12.0-2
in repository tor-browser.
commit af6e4a55210fd109087d65ce72c94a2abe7c5a40
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Fri Oct 7 17:59:25 2022 +0200
fixup! Firefox preference overrides.
Bug 17400: Use the OS locale
---
browser/app/profile/001-base-profile.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/browser/app/profile/001-base-profile.js b/browser/app/profile/001-base-profile.js
index 48de619508db..6489ac3c5076 100644
--- a/browser/app/profile/001-base-profile.js
+++ b/browser/app/profile/001-base-profile.js
@@ -1,6 +1,9 @@
// Preferences to harden Firefox's security and privacy
// Do not edit this file.
+// Use the OS locale by default
+pref("intl.locale.requested", "");
+
// Disable initial homepage notifications
pref("browser.search.update", false);
pref("browser.rights.3.shown", true);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list