We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7edaf3b commit adcacd1Copy full SHA for adcacd1
1 file changed
.lychee.toml
@@ -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