[tor-commits] [tor-browser] branch tor-browser-91.9.0esr-11.5-1 updated: squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js

gitolite role git at cupani.torproject.org
Fri May 20 08:17:54 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-1
in repository tor-browser.

The following commit(s) were added to refs/heads/tor-browser-91.9.0esr-11.5-1 by this push:
     new 5ff7fca5164af squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js
5ff7fca5164af is described below

commit 5ff7fca5164af66f3ccbcefe939c020d155f9ec4
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 4cac5992bc446..06e4366bccf54 100644
--- a/browser/app/profile/000-tor-browser.js
+++ b/browser/app/profile/000-tor-browser.js
@@ -360,6 +360,7 @@ pref("extensions.langpacks.signatures.required", false);
 
 // Treat .onions as secure
 pref("dom.securecontext.whitelist_onions", true);
+pref("dom.securecontext.allowlist_onions", true); // FF97+ 1744006 renamed from whitelist
 
 // Disable special URL bar behaviors
 pref("browser.urlbar.suggest.topsites", false);
@@ -416,7 +417,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 tor-commits mailing list