From c669cf021cdb8f099d225b7fcfec3c7f12f77b81 Mon Sep 17 00:00:00 2001 From: Hubert Bugaj Date: Tue, 2 Sep 2025 10:51:17 +0200 Subject: [PATCH] fix: ignore ubuntu link checks --- .config/lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/lychee.toml b/.config/lychee.toml index 2a34c3adb783..345d124c46fe 100644 --- a/.config/lychee.toml +++ b/.config/lychee.toml @@ -21,6 +21,8 @@ exclude = [ "linuxhint.com", # Bot protection / 403 Forbidden errors "wikipedia.org", + # Probably bot protection / 404 but works in browser + "ubuntu.com", ] timeout = 30 max_retries = 6