Skip to content

Commit adcacd1

Browse files
committed
configure url checker
1 parent 7edaf3b commit adcacd1

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.lychee.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Lychee link checker configuration
2+
# https://lychee.cli.rs/
3+
4+
# URLs that block automated requests or require authentication
5+
exclude = [
6+
# DOI resolvers return 403 for bots but work for browsers
7+
"^https://doi\\.org/",
8+
# Sites requiring authentication
9+
"^https://claude\\.ai/",
10+
# GitHub issue creation requires login
11+
"^https://github\\.com/.*/issues/new",
12+
]

0 commit comments

Comments
 (0)