happyDeliver/pkg
Pierre-Olivier Mercier 57022129e3 content: fix false-positive suspicious URL detection for email addresses in link text
The domain regex in hasDomainMisalignment matched local-parts like
"john.doe" in "john.doe@example.com" as if they were domain names,
causing legitimate mailto and http links to be incorrectly flagged.
Normalize email addresses in link text to their domain part before
applying the regex.
2026-06-06 17:33:06 +09:00
..
analyzer content: fix false-positive suspicious URL detection for email addresses in link text 2026-06-06 17:33:06 +09:00