[tbb-commits] [tor-browser] 06/06: fixup! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
gitolite role
git at cupani.torproject.org
Thu Nov 17 13:07:50 UTC 2022
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-2
in repository tor-browser.
commit 79edf1aba64c0d8714f0c821354e939914ab45ad
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Wed Nov 16 15:33:29 2022 +0100
fixup! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
Bug 40014: Updated GV preferences
---
mobile/android/app/000-tor-browser-android.js | 26 ++++++++------------------
1 file changed, 8 insertions(+), 18 deletions(-)
diff --git a/mobile/android/app/000-tor-browser-android.js b/mobile/android/app/000-tor-browser-android.js
index 61c8a0cd7fa1..7d440ec6a66e 100644
--- a/mobile/android/app/000-tor-browser-android.js
+++ b/mobile/android/app/000-tor-browser-android.js
@@ -5,24 +5,20 @@
#include ../../../browser/app/profile/000-tor-browser.js
-// Space separated list of URLs that are allowed to send objects (instead of
-// only strings) through webchannels. This list is duplicated in browser/app/profile/firefox.js
-pref("webchannel.allowObject.urlWhitelist", "");
-
// Disable browser auto updaters
pref("app.update.auto", false);
pref("browser.startup.homepage_override.mstone", "ignore");
// Clear data on quit
pref("privacy.clearOnShutdown.cache", true);
-pref("privacy.clearOnShutdown.cookies",true);
-pref("privacy.clearOnShutdown.downloads",true);
-pref("privacy.clearOnShutdown.formdata",true);
-pref("privacy.clearOnShutdown.history",true);
-pref("privacy.clearOnShutdown.offlineApps",true);
-pref("privacy.clearOnShutdown.passwords",true);
-pref("privacy.clearOnShutdown.sessions",true);
-pref("privacy.clearOnShutdown.siteSettings",true);
+pref("privacy.clearOnShutdown.cookies", true);
+pref("privacy.clearOnShutdown.downloads", true);
+pref("privacy.clearOnShutdown.formdata", true);
+pref("privacy.clearOnShutdown.history", true);
+pref("privacy.clearOnShutdown.offlineApps", true);
+pref("privacy.clearOnShutdown.passwords", true);
+pref("privacy.clearOnShutdown.sessions", true);
+pref("privacy.clearOnShutdown.siteSettings", true);
// controls if we want camera support
pref("media.realtime_decoder.enabled", false);
@@ -30,15 +26,9 @@ pref("media.realtime_decoder.enabled", false);
// Enable touch events on Android (highlighting text, etc)
pref("dom.w3c_touch_events.enabled", 2);
-// Ensure that pointer events are disabled
-pref("dom.w3c_pointer_events.multiprocess.android.enabled", false);
-
// 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", "");
-
// Disable WebAuthn. It requires Google Play Services, so it isn't
// available, but avoid any potential problems.
pref("security.webauth.webauthn_enable_android_fido2", false);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tbb-commits
mailing list