Files
maigret/tests
AshvinandGitHub 2d9f14b3ad Percent-encode the username when building a site's probe URL (#3064)
The display URL already goes through quote(), but urlProbe did a bare
format() with the raw username. A "#" in the username therefore ended the
URL and turned the rest into a fragment, so the probe was sent to a
different account's URL and the site was reported as claimed.

Encoding the username here keeps the two URLs consistent. Every username
in data.json is unaffected, since quote() is a no-op for them.
2026-09-05 23:22:54 +02:00
..
2021-01-02 00:23:58 +03:00