From 939a7cd148b413e4f07685a9c9737668bdde78d0 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 19 Feb 2023 15:13:35 +0100 Subject: [PATCH] tests: url-check: whitelist more URLs behind DDoS protection pages --- .hecat/url-check.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index db3025d830..449d879e77 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -17,3 +17,7 @@ steps: - '^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.' + - '^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