Skip to content
Snippets Groups Projects
Commit c1e3717c authored by henry's avatar henry Committed by morgan
Browse files

fixup! Bug 41600: Add a tor circuit display panel.

Bug 42700: Remove !nodes condition from circuit panel.

Also updated comment.
parent ccc864ec
Branches
Tags
2 merge requests!1202Bug_43099: 2024 YEC Strings,!1136Bug 43085: Rebased alpha onto 128.2.0esr
......@@ -317,12 +317,11 @@ var gTorCircuitPanel = {
this._currentBrowserData.domain === domain &&
this._currentBrowserData.scheme === scheme &&
this._currentBrowserData.nodes.length === nodes.length &&
// If non-null, the fingerprints of the nodes match.
(!nodes ||
// The fingerprints of the nodes match.
nodes.every(
(n, index) =>
n.fingerprint === this._currentBrowserData.nodes[index].fingerprint
))
)
) {
// No change.
this._log.debug(
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment