Skip to content
Snippets Groups Projects
Commit 7ad90d5c authored by henry's avatar henry Committed by Pier Angelo Vendrame
Browse files

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

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

TB 43547: Removing the last bridge sets the source to Invalid instead.
parent 38b4af61
Branches
Tags
1 merge request!1500TB 43415: Rebased onto 134.0a1
......@@ -739,9 +739,16 @@ const gBridgeGrid = {
}
strings.splice(index, 1);
if (strings.length) {
TorSettings.changeSettings({
bridges: { source, bridge_strings: strings },
});
} else {
// Remove all bridges and disable.
TorSettings.changeSettings({
bridges: { source: TorBridgeSource.Invalid },
});
}
});
},
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment