Pier Angelo Vendrame pushed to branch tor-browser-115.10.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits: 300bf571 by Henry Wilkes at 2024-04-24T12:27:50+00:00 fixup! Lox integration
Bug 42543: Demote the validateInvitation console message to "info".
- - - - -
1 changed file:
- toolkit/components/lox/Lox.sys.mjs
Changes:
===================================== toolkit/components/lox/Lox.sys.mjs ===================================== @@ -612,7 +612,7 @@ class LoxImpl { try { lazy.invitation_is_trusted(invite); } catch (err) { - lazy.logger.error(err); + lazy.logger.info(`Does not parse as an invite: "${invite}".`, err); return false; } return true;
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/300bf571...