Skip to content
Snippets Groups Projects
Verified Commit 154b5046 authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...

fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection

Bug 42340: Stop reading the TorBridgeChanged data argument. This was
always a string before, rather than a NodeData object.
parent 17d6c457
Branches
Tags
1 merge request!889Bug 42366: Tor Browser 115.7.0esr alpha rebase
......@@ -917,9 +917,7 @@ const gConnectionPane = (function () {
break;
}
case TorProviderTopics.BridgeChanged: {
if (data?.fingerprint !== this._currentBridgeId) {
this._checkConnectedBridge();
}
break;
}
case "intl:app-locales-changed": {
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment