From c56762a4dfe2b6fd6202f8f504d0cccbb836d9cc Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Thu, 27 Jun 2024 09:14:27 +0200 Subject: [PATCH] allow 403 for specific links --- scripts/check_links.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/check_links.py b/scripts/check_links.py index 34d9d45..85badcf 100755 --- a/scripts/check_links.py +++ b/scripts/check_links.py @@ -34,7 +34,8 @@ IGNORES = [ 'coveralls.io', ] OK_WHEN_FORBIDDEN = [ - 'linux.die.net' + 'linux.die.net', + 'ko-fi.com' ] IGNORE_GENERIC = [] USER_AGENT = (