Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ exclude = [
# Pages often time out and Shouldn't™ ever get deleted anyways
"https://web.archive.org/web/",
# Cloudflare checks this, unlikely to be deleted
"^https://superuser.com/.*"
"^https://superuser.com/.*",
# Seems to often be behind a captcha
"https://github.com/signup"
]

# Exclude these filesystem paths from getting checked.
Expand Down