Commit 07a2178
fix: improve lychee link checker to catch dead links returning 403 (#2261)
- Remove blanket HTTP 403 acceptance from lychee config, which was
masking genuinely dead links (e.g.,
make.com/en/integrations/apify-instagram-scraper).
- Add `--max-redirects 5` to properly follow redirects instead of
reporting 302 as errors.
- Add bot-blocking domains (soundcloud.com, fandom.com, remax.com.tr) to
.lycheeignore to avoid false positives from sites that return 403 to
non-browser clients.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 21e26fe commit 07a2178
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments