[tor-commits] [tor-browser/tor-browser-68.9.0esr-9.5-1] fixup! Bug 21952: Implement Onion-Location

gk at torproject.org gk at torproject.org
Thu Jun 11 13:59:05 UTC 2020


commit e2d86fb3d25e5044c0b514c096b1af1a632829ab
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Tue Jun 9 14:59:00 2020 -0400

    fixup! Bug 21952: Implement Onion-Location
    
    Fixes bug 34379.
---
 browser/modules/TorStrings.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/browser/modules/TorStrings.jsm b/browser/modules/TorStrings.jsm
index 66c44257c163..05bbfd63ef60 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -434,7 +434,7 @@ var TorStrings = {
       tryThis: getString("tryThis", "Try this: Onionsite"),
       onionAvailable: getString("onionAvailable", "Onionsite available"),
       learnMore: getString("learnMore", "Learn more"),
-      learnMoreURL: `https://tb-manual.torproject.org/${getLocale()}`, // TODO: replace when manual page is available.
+      learnMoreURL: `https://tb-manual.torproject.org/${getLocale()}/onion-services/`,
       always: getString("always", "Always"),
       askEverytime: getString("askEverytime", "Ask you every time"),
       prioritizeOnionsDescription: getString(



More information about the tor-commits mailing list