[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-128.3.0esr-14.0-1] fixup! Bug 30237: Add v3 onion services client authentication prompt
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Oct 21 16:09:21 UTC 2024
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/1370d5e644e7a85bba962fdfae165a1277acfffd
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/1370d5e644e7a85bba962fdfae165a1277acfffd
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20241021/c61a419a/attachment-0001.htm>
More information about the tor-commits
mailing list