[tbb-commits] [tor-browser] 48/85: squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js

gitolite role git at cupani.torproject.org
Fri Jun 10 17:01:39 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch tor-browser-91.9.0esr-11.5-2
in repository tor-browser.

commit 690774f96eee3fe1f71cf620761d6b8877161428
Author: fxbrit <fxbrit at tuta.io>
AuthorDate: Wed May 11 01:58:51 2022 +0200

    squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
    
    Bug 40743: add dom.securecontext.allowlist_onions
---
 browser/app/profile/000-tor-browser.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/app/profile/000-tor-browser.js b/browser/app/profile/000-tor-browser.js
index 4de0bdad97a0f..effd852c546e0 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -31,6 +31,7 @@ pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-
 
 // Treat .onions as secure
 pref("dom.securecontext.whitelist_onions", true);
+pref("dom.securecontext.allowlist_onions", true); // FF97+ 1744006 renamed from whitelist
 
 #expand pref("torbrowser.version", __TOR_BROWSER_VERSION_QUOTED__);
 
@@ -49,7 +50,6 @@ pref("extensions.torbutton.updateNeeded", false);
 pref("extensions.torbutton.test_enabled",true);
 pref("extensions.torbutton.test_url","https://check.torproject.org/?TorButton=true");
 pref("extensions.torbutton.local_tor_check",true);
-pref("extensions.torbutton.versioncheck_url","https://www.torproject.org/projects/torbrowser/RecommendedTBBVersions");
 pref("extensions.torbutton.versioncheck_enabled",true);
 pref("extensions.torbutton.use_nontor_proxy",false);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list