From b89214a3e3e2203011f7d631d32c0722d82b527b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 22 Feb 2023 14:13:01 +0100 Subject: [PATCH] tests: update url-check ignore list --- .hecat/url-check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index cf2856dcd6..cdbe414d65 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -15,9 +15,12 @@ steps: - '^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://word-mastermind.glitch.me/$' # 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.' - '^https://www.uvdesk.com/$' # DDoS protection page, always returns 403 - '^https://demo.uvdesk.com/$' # DDoS protection page, always returns 403 - '^https://notes.orga.cat/$' # DDoS protection page, always returns 403 - '^https://cytu.be$' # DDoS protection page, always returns 403 + - '^https://demo.reservo.co/$' # hecat/python-requests bug? always returns 404 but the website works in a browser + - '^https://crates.io/crates/vigil-server$' # hecat/python-requests bug? always returns 404 but the website works in a browser + - '^https://nitter.net$' # always times out from github actions but the website works in a browser