morgan pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser Commits: b5830036 by Pier Angelo Vendrame at 2026-08-18T12:55:44+00:00 fixup! TB 27476: Implement about:torconnect captive portal within Tor Browser TB 45220: Fix about:torconnect not opening when always-on PBM is disabled. - - - - - 1 changed file: - browser/base/content/browser-init.js Changes: ===================================== browser/base/content/browser-init.js ===================================== @@ -1163,10 +1163,10 @@ var gBrowserInit = { // session restore isn't about to override the homepage. let willOverride = SessionStartup.willOverrideHomepage; if (typeof willOverride == "boolean") { - return willOverride ? null : uri; + return willOverride ? null : aUri; } return willOverride.then(willOverrideHomepage => - willOverrideHomepage ? null : uri + willOverrideHomepage ? null : aUri ); })(uri); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b5830036... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/b5830036... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
morgan (@morgan)