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: 4 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ exclude = [
'^https?://t\.co/',
'^https?://(www\.)?reddit\.com',
'^https?://web\.archive\.org',
'^https?://news\.ycombinator\.com',
'^https?://([a-z0-9-]+\.)?amazon\.[a-z.]+',

# Hosts that block automated checkers or answer with non-2xx status codes
Expand Down Expand Up @@ -72,6 +73,9 @@ exclude = [
'^https://fusion\.engineering/?$', # intermittent 500
'^https://manpages\.ubuntu\.com/manpages/noble/en/man8/sudo\.8\.html', # intermittent timeout
'^https://greenlab\.di\.uminho\.pt/wp-content/uploads/2017/10/sleFinal\.pdf$', # intermittent timeout
'^https://martinfowler\.com/bliki/StranglerFigApplication\.html$', # intermittent timeout
'^https://lib\.rs', # intermittent 502
'^https://soller\.dev/?$', # expired TLS cert

# Dead pages we can't repoint to a sensible replacement.
'^https://kerkour\.com/bugs-rust-compiler-helps-prevent', # post removed in site migration
Expand Down
Loading