Skip to content

Commit

Permalink
fix(lychee): do not check mailboxes' deliverability
Browse files Browse the repository at this point in the history
addresses lycheeverse/lychee#1462 where Mastodon `https://` links in HTML are tried for the email mailboxes in the anchor.
  • Loading branch information
almereyda committed Jul 3, 2024
1 parent 9723e4d commit 4f17074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/lychee.external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,4 @@ exclude_link_local = false
exclude_loopback = false

# Check mail addresses
include_mail = true
include_mail = false
2 changes: 1 addition & 1 deletion .github/lychee.internal.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ exclude_link_local = false
exclude_loopback = false

# Check mail addresses
include_mail = true
include_mail = false

0 comments on commit 4f17074

Please sign in to comment.