-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.lycheeignore
More file actions
18 lines (15 loc) · 810 Bytes
/
Copy path.lycheeignore
File metadata and controls
18 lines (15 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Patterns lychee should not check.
#
# One regex per line. Use this for URLs that lychee misclassifies as broken,
# not for URLs that are actually broken — fix the URL in that case.
#
# Most common reason to add a pattern here: a domain blocks bots / unauthenticated
# requests with 403 even though the page resolves fine in a browser. Lychee has no
# way to distinguish "this URL is dead" from "this server doesn't like bots."
# ACM Digital Library — returns 403 to unauthenticated traffic; DOIs resolve fine
# interactively. Verify by clicking the link.
^https://dl\.acm\.org/
# Drata corporate site — bot protection returns 403; URLs resolve fine in a browser.
^https://drata\.com/
# jamesross.ai — Cloudflare AI-bot-block returns 403 to bots; resolves fine in a browser.
^https://jamesross\.ai