
Pier Angelo Vendrame pushed to branch tor-browser-128.3.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 1370d5e6 by Henry Wilkes at 2024-10-21T16:52:05+01:00 fixup! Bug 30237: Add v3 onion services client authentication prompt Bug 43218: Switch to browser.reload, since "Browser:Reload" signal was dropped upstream. - - - - - 1 changed file: - browser/components/onionservices/content/authPrompt.js Changes: ===================================== browser/components/onionservices/content/authPrompt.js ===================================== @@ -227,7 +227,7 @@ var OnionAuthPrompt = { notification.remove(); // Success! Reload the page. - browser.sendMessageToActor("Browser:Reload", {}, "BrowserTab"); + browser.reload(); }, /** View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1370d5e6... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1370d5e6... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)