[tbb-commits] [tor-browser/tor-browser-68.9.0esr-10.0-1] fixup! Bug 30237: Add v3 onion services client authentication prompt
gk at torproject.org
gk at torproject.org
Thu Jun 11 15:00:59 UTC 2020
commit 632beb89a79f17bdb0db266196c39b67fc11561f
Author: Kathy Brade <brade at pearlcrescent.com>
Date: Mon Jun 8 11:11:28 2020 -0400
fixup! Bug 30237: Add v3 onion services client authentication prompt
Fixes bug 34369.
---
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 05bbfd63ef60..8f3a9ce838b8 100644
--- a/browser/modules/TorStrings.jsm
+++ b/browser/modules/TorStrings.jsm
@@ -333,7 +333,7 @@ var TorStrings = {
let retval = {
learnMore: getString("learnMore", "Learn more"),
- learnMoreURL: `https://2019.www.torproject.org/docs/tor-manual-dev.html.${getLocale()}#_client_authorization`,
+ learnMoreURL: `https://support.torproject.org/${getLocale()}/onionservices/client-auth/`,
errorPage: {
browser: getString("errorPage.browser", "Browser"),
network: getString("errorPage.network", "Network"),
More information about the tbb-commits
mailing list