From 4c9aaad382486acf9d8ee92798bfa873d805c214 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 1 Feb 2023 00:48:21 +0100 Subject: [PATCH] tools: github actions/hecat/url_check: add some exclusions to URL checks - ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266 --- .hecat/url-check.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 4ba80e5648..992f3908f9 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -15,3 +15,10 @@ steps: errors_are_fatal: True exclude_regex: - '^https://github.com/[\w\.\-]+/[\w\.\-]+$' # don't check URLs that will be processed by the github_metadata module + - '^https://retrospring.net/$' # DDoS protection page, always returns 403 + - '^https://www.taiga.io/$' # always returns 403 Request forbidden by administrative rules + - '^https://docs.paperless-ngx.com/$' # DDoS protection page, always returns 403 + - '^https://demo.paperless-ngx.com/$' # DDoS protection page, always returns 403 + - '^https://git.dotclear.org/dev/dotclear$' # DDoS protection page, always returns 403 + - '^https://github.com/clupasq/word-mastermind$' # the demo instance takes a long time to spin up, times out with the default 10s timeout + - '^https://getgrist.com/$' # hecat/python-requests bug? 'Received response with content-encoding: gzip,br, but failed to decode it.'