We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aad4ba5 commit d40d0e3Copy full SHA for d40d0e3
1 file changed
lychee.toml
@@ -34,8 +34,8 @@ max_redirects = 10
34
# Timeout in seconds for network requests
35
timeout = 20
36
37
-# User agent
38
-user_agent = "Mozilla/5.0 (compatible; LinkChecker/1.0)"
+# User agent (mimics a real browser to avoid 403 blocks)
+user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"
39
40
# Exclude private network addresses
41
exclude_private = true
0 commit comments