Skip to content

Commit 0413168

Browse files
committed
ci: ignore npmjs.com in the link checker (403s non-browser crawlers)
The first run failed only on https://www.npmjs.com/package/tilion-fortress, which npm's registry returns 403 Forbidden to for non-browser clients as bot protection — the package page is not fetchable from CI. Add npmjs.com to .lycheeignore, the same tolerance already applied to the badge hosts. PyPI serves crawlers fine and stays checked.
1 parent 464d319 commit 0413168

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ img\.shields\.io
1212
hub\.docker\.com
1313
star-history\.com
1414

15+
# npm's registry returns 403 Forbidden to non-browser crawlers (bot protection), so the
16+
# package page is not fetchable from CI. PyPI, by contrast, is checked normally.
17+
npmjs\.com
18+
1519
# "Ask an assistant" deep links — interactive endpoints that block bots or require login.
1620
^https://chatgpt\.com
1721
^https://claude\.ai

0 commit comments

Comments
 (0)