Skip to content

Commit 8abe7cb

Browse files
author
Jethro Beekman
committed
Ignore mailto links in linkchecker
1 parent 983f4da commit 8abe7cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/linkchecker/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ impl Checker {
215215
|| url.starts_with("ftp:")
216216
|| url.starts_with("irc:")
217217
|| url.starts_with("data:")
218+
|| url.starts_with("mailto:")
218219
{
219220
report.links_ignored_external += 1;
220221
return;

0 commit comments

Comments
 (0)