[tor-commits] [tor-browser/tor-browser-60.6.1esr-8.5-1] fixup! Bug 25741 - TBA: Add mobile-override of 000-tor-browser prefs
gk at torproject.org
gk at torproject.org
Fri May 10 21:20:31 UTC 2019
commit 22d7c0ae06cbc722dae7d0f685b671ae6af25731
Author: Georg Koppen <gk at torproject.org>
Date: Mon Apr 29 10:05:33 2019 +0000
fixup! Bug 25741 - TBA: Add mobile-override of 000-tor-browser prefs
---
mobile/android/app/000-tor-browser-android.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mobile/android/app/000-tor-browser-android.js b/mobile/android/app/000-tor-browser-android.js
index b2ee9d0ded00..2410706bb5f5 100644
--- a/mobile/android/app/000-tor-browser-android.js
+++ b/mobile/android/app/000-tor-browser-android.js
@@ -59,3 +59,6 @@ pref("dom.w3c_touch_events.enabled", 2);
// No HLS support for now due to browser freezing, see: #29859.
pref("media.hls.enabled", false);
+
+// Inherit locale from the OS, used for multi-locale builds
+pref("intl.locale.requested", "");
More information about the tor-commits
mailing list