tests: url-check: fix cytube URL in ignore list

This commit is contained in:
nodiscc 2023-02-19 18:22:51 +01:00
parent 40bababf2e
commit 266b3e7c59
No known key found for this signature in database
GPG key ID: 067FC4266A4B6909

View file

@ -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