diff --git a/lychee.toml b/lychee.toml index b08b0ebb9..d728ffa09 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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) ]