[tbb-commits] [Git][tpo/applications/tor-browser][tor-browser-128.4.0esr-14.5-1] fixup! Bug 30237: Add v3 onion services client authentication prompt
morgan (@morgan)
git at gitlab.torproject.org
Tue Oct 29 21:42:53 UTC 2024
morgan pushed to branch tor-browser-128.4.0esr-14.5-1 at The Tor Project / Applications / Tor Browser
Commits:
63c0cb73 by Henry Wilkes at 2024-10-29T21:40:39+00:00
fixup! Bug 30237: Add v3 onion services client authentication prompt
Bug 43262: The deleteAll command was attached to the wrong button.
- - - - -
1 changed file:
- browser/components/onionservices/content/savedKeysDialog.js
Changes:
=====================================
browser/components/onionservices/content/savedKeysDialog.js
=====================================
@@ -84,7 +84,7 @@ var gOnionServicesSavedKeysDialog = {
this._removeAllButton = document.getElementById(
"onionservices-savedkeys-removeall"
);
- this._removeButton.addEventListener("click", () => {
+ this._removeAllButton.addEventListener("click", () => {
this._deleteAllKeys();
});
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63c0cb73cff8ef601d15b9ab92a52d258a886f4f
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/63c0cb73cff8ef601d15b9ab92a52d258a886f4f
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/tbb-commits/attachments/20241029/a556e018/attachment-0001.htm>
More information about the tbb-commits
mailing list