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

boklm at torproject.org boklm at torproject.org
Wed Jun 16 21:28:31 UTC 2021


commit 436c06187ff23ed3d50f6d3789fa57689052377d
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 a89fddd0306d..ce338584142e 100644
--- a/browser/components/preferences/preferences.js
+++ b/browser/components/preferences/preferences.js
@@ -166,10 +166,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