The security notification message sent to nodes with a shared/duplicate public key includes a shortened URL (https://bit.ly/4okVACV) that resolves to https://meshmonitor.org/security-duplicate-keys, which returns a 404.
Location: src/components/SecurityTab.tsx line ~307
message = `MeshMonitor Security Notification: Your node has a key shared with ${duplicateCount} other nearby nodes. Read more: https://bit.ly/4okVACV`;
Expected fix: Replace the bit.ly short link with the correct docs URL: https://meshmonitor.org/features/security#duplicate-key-detection
The low-entropy variant on line ~305 (https://bit.ly/4oL5m0P) should also be verified to ensure it resolves correctly.
Reported by Jeremy (KQ4OOB) in the Discord support channel.
Authored by NodeZero 0️⃣
The security notification message sent to nodes with a shared/duplicate public key includes a shortened URL (
https://bit.ly/4okVACV) that resolves tohttps://meshmonitor.org/security-duplicate-keys, which returns a 404.Location:
src/components/SecurityTab.tsxline ~307Expected fix: Replace the bit.ly short link with the correct docs URL:
https://meshmonitor.org/features/security#duplicate-key-detectionThe low-entropy variant on line ~305 (
https://bit.ly/4oL5m0P) should also be verified to ensure it resolves correctly.Reported by Jeremy (KQ4OOB) in the Discord support channel.
Authored by NodeZero 0️⃣