Skip to content

Commit

Permalink
Update lychee-lib/src/filter/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Endler <matthias@endler.dev>
  • Loading branch information
Its-Just-Nans and mre committed May 19, 2024
1 parent c92d107 commit 4715f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lychee-lib/src/filter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ impl Filter {
|| self.is_host_excluded(uri)
|| self.is_ip_excluded(uri)
|| self.is_mail_excluded(uri)
|| self.is_tel_excluded(uri)
|| uri.is_tel()
|| is_example_domain(uri)
|| is_unsupported_domain(uri)
{
Expand Down

0 comments on commit 4715f8a

Please sign in to comment.