mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tests: update url-check ignore list
This commit is contained in:
parent
d4138ed942
commit
b89214a3e3
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue