Ignore mailto links in linkchecker
This commit is contained in:
parent
983f4daddf
commit
8abe7cbf35
1 changed files with 1 additions and 0 deletions
|
|
@ -215,6 +215,7 @@ impl Checker {
|
|||
|| url.starts_with("ftp:")
|
||||
|| url.starts_with("irc:")
|
||||
|| url.starts_with("data:")
|
||||
|| url.starts_with("mailto:")
|
||||
{
|
||||
report.links_ignored_external += 1;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue