mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tests: url-check: whitelist more URLs behind DDoS protection pages
This commit is contained in:
parent
f78ca0dd85
commit
939a7cd148
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue