Skip to content
Open
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
2 changes: 2 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ exclude = [
".*portal\\.zksync\\.io.*", # Intermittent ERR (CDN edge / bot challenge); page loads fine in browser
".*celoscan\\.io.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*bitsofco\\.de.*", # Intermittent connection failures from crawlers (page loads fine in browser)
".*bscscan\\.com.*", # Bot protection blocks crawlers with 403 (Etherscan-family explorer)
".*//tenderly\\.co/?$", # Rate-limits crawlers with 429 on root (docs.tenderly.co subdomain stays checked)

]

Expand Down
Loading