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 a6beb10 commit e3e3fa7Copy full SHA for e3e3fa7
lychee.toml
@@ -49,7 +49,7 @@ retry_wait_time = 2
49
# accept = "200..=204, 429"
50
# accept = ["200", "429"]
51
# accept = "200, 429"
52
-accept = ["200", "429"]
+accept = ["200", "429", '403']
53
54
# Proceed for server connections considered insecure (invalid TLS).
55
insecure = false
@@ -105,7 +105,8 @@ exclude = [
105
'^https://repo\.databend\.com/databend/',
106
'https://www.hhs.gov',
107
'https://docs.wasabi.com/docs/access-keys-1',
108
- 'https://docs.wasabi.com/docs/creating-a-bucket'
+ 'https://docs.wasabi.com/docs/creating-a-bucket',
109
+ 'https://www.snowflake.com/'
110
]
111
112
# URLs to check (supports regex). Has preference over all excludes.
0 commit comments