From 266b3e7c59b8c14d0ab4d9cd5324118f3432c357 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sun, 19 Feb 2023 18:22:51 +0100 Subject: [PATCH] tests: url-check: fix cytube URL in ignore list --- .hecat/url-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 449d879e77..cf2856dcd6 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -20,4 +20,4 @@ steps: - '^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://cytu.be$' # DDoS protection page, always returns 403