mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 10:50:24 +00:00
This was an oversight so far that became apparent after our recent fix for email addreses with query params (e.g. `test@example.com?subject=test`). The parsing of email addresses has improved and so we detect more mail addresses, but we didn't check if they belonged to an example domain, causing false-positive checks.
13 lines
300 B
Markdown
Vendored
13 lines
300 B
Markdown
Vendored
http://example.com
|
|
https://github.com/rust-lang/rust
|
|
https://example.com
|
|
hi@example.edu
|
|
http://example.org
|
|
https://www.rust-lang.org/
|
|
test@foo.example.org
|
|
http://foo.example.org
|
|
mailto:foo@bar.dev
|
|
mailto:hello@example.com?subject=hello
|
|
http://example.net/foo/bar
|
|
mail@example.com
|
|
mail@somedomain.com
|