[tor-commits] [tor-browser/tor-browser-78.5.0esr-10.0-1] Bug 32092: Fix Tor Browser Support link in preferences

gk at torproject.org gk at torproject.org
Thu Nov 12 19:36:42 UTC 2020


commit 7eafa5573316e6e465a8cb79ee5f777890669751
Author: Alex Catarineu <acat at torproject.org>
Date:   Tue Oct 15 22:54:10 2019 +0200

    Bug 32092: Fix Tor Browser Support link in preferences
---
 browser/components/preferences/preferences.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/browser/components/preferences/preferences.js b/browser/components/preferences/preferences.js
index 089533f20ade..586e32e277cb 100644
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
@@ -121,10 +121,7 @@ function init_all() {
 
   gotoPref().then(() => {
     let helpButton = document.getElementById("helpButton");
-    let helpUrl =
-      Services.urlFormatter.formatURLPref("app.support.baseURL") +
-      "preferences";
-    helpButton.setAttribute("href", helpUrl);
+    helpButton.setAttribute("href", "https://support.torproject.org/tbb");
 
     document.getElementById("addonsButton").addEventListener("click", e => {
       if (e.button >= 2) {





More information about the tor-commits mailing list