From 2c02104682e2923f9cd8426f039980be45ca4f47 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Wed, 4 Feb 2026 14:09:42 +0100 Subject: [PATCH] fix: probelab link checks --- .config/lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/lychee.toml b/.config/lychee.toml index 6b8eee7a3fcc..d966774c7bc9 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -27,6 +27,8 @@ exclude = [ "beryx.io/faucet", # Frequent timeouts "curiostorage.org", + # Bot protection / 403 Forbidden errors + "probelab.io", ] timeout = 30 max_retries = 6