We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e86483 commit 8e93fb4Copy full SHA for 8e93fb4
1 file changed
lychee.toml
@@ -11,5 +11,6 @@ exclude = [
11
]
12
13
# 403 (Forbidden) and 429 (Too Many Requests) are returned by sites that
14
-# block automated requests, not broken links.
15
-accept = [200, 403, 429]
+# block automated requests, not broken links. 502 (Bad Gateway) is a
+# transient upstream error (e.g. open-vsx.org), not a broken link.
16
+accept = [200, 403, 429, 502]
0 commit comments