mirror of
https://github.com/BreizhHardware/awesome-selfhosted-data.git
synced 2026-01-18 16:17:30 +01:00
tools: github actions/hecat/url_check: add some exclusions to URL checks
- ref. https://github.com/awesome-selfhosted/awesome-selfhosted/issues/2266
This commit is contained in:
@@ -15,3 +15,10 @@ steps:
|
||||
errors_are_fatal: True
|
||||
exclude_regex:
|
||||
- '^https://github.com/[\w\.\-]+/[\w\.\-]+$' # don't check URLs that will be processed by the github_metadata module
|
||||
- '^https://retrospring.net/$' # DDoS protection page, always returns 403
|
||||
- '^https://www.taiga.io/$' # always returns 403 Request forbidden by administrative rules
|
||||
- '^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://getgrist.com/$' # hecat/python-requests bug? 'Received response with content-encoding: gzip,br, but failed to decode it.'
|
||||
|
||||
Reference in New Issue
Block a user