From bd37cd81bb2a0c79cd277c45f3e6483fad7ec513 Mon Sep 17 00:00:00 2001 From: Sam Howard Date: Wed, 5 Aug 2026 00:09:45 +0100 Subject: [PATCH] Update lychee.toml - add github signup page to linkchecker exclude list --- lychee.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lychee.toml b/lychee.toml index 2e0cfb23..0a430d31 100644 --- a/lychee.toml +++ b/lychee.toml @@ -48,7 +48,9 @@ exclude = [ # Pages often time out and Shouldn'tâ„¢ ever get deleted anyways "https://web.archive.org/web/", # Cloudflare checks this, unlikely to be deleted - "^https://superuser.com/.*" + "^https://superuser.com/.*", + # Seems to often be behind a captcha + "https://github.com/signup" ] # Exclude these filesystem paths from getting checked.