From 99c7cc8169c509af9bb142765ed65b327fc6d81f Mon Sep 17 00:00:00 2001 From: leiicamundi <153937047+leiicamundi@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:59:34 +0200 Subject: [PATCH] fix 403 temporarly --- lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 30861f54478..31e25cf0bd5 100644 --- a/lychee.toml +++ b/lychee.toml @@ -3,7 +3,7 @@ cache = true # Ignore all private link (such as localhost) to avoid errors exclude_all_private = true # HTTP status code: 429 (Too Many Requests) will also be treated as a valid link if Lychee gets rate limited -accept = ["200", "429"] +accept = ["200", "403"] # retry max_retries = 6 retry_wait_time = 10