[tbb-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser

sysrqb at torproject.org sysrqb at torproject.org
Wed Oct 6 13:32:12 UTC 2021


commit c1843e4e494aa810be1a605edac827c766b8809a
Author: Matthew Finkel <sysrqb at torproject.org>
Date:   Wed Sep 29 15:42:41 2021 +0000

    fixup! Bug 27476: Implement about:torconnect captive portal within Tor Browser
---
 browser/components/urlbar/UrlbarInput.jsm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/browser/components/urlbar/UrlbarInput.jsm b/browser/components/urlbar/UrlbarInput.jsm
index a118a6f76c19..bab9bf1ad2b7 100644
--- a/browser/components/urlbar/UrlbarInput.jsm
+++ b/browser/components/urlbar/UrlbarInput.jsm
@@ -32,6 +32,7 @@ function maybeUpdateOpenLocationForTorConnect(openUILinkWhere, currentURI, desti
   } catch (e) {
     // swallow exception and fall through returning original so we don't accidentally break
     // anything if an exception is thrown
+    console.log(e? e.message : e);
   }
 
   return openUILinkWhere;





More information about the tbb-commits mailing list