mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-29 22:31:01 +02:00
Modified the regex in web/autolinker.js to explicitly allow hyphens (-) in the domain part of email addresses, while maintaining the exclusion of other punctuation. This fixes mailto links like user@uni-city.tld being truncated at the hyphen. Fixes #20557