Browse Source
tools/url_check: Remove leading slash from openvpn (#536)
pull/537/head
Rabenherz112
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.hecat/url-check.yml
|
@ -9,4 +9,4 @@ steps: |
|
|
- licenses.yml |
|
|
- licenses.yml |
|
|
errors_are_fatal: True |
|
|
errors_are_fatal: True |
|
|
exclude_regex: |
|
|
exclude_regex: |
|
|
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403 |
|
|
|
|
|
|
|
|
- '^https://community.openvpn.net$' # DDoS protection page, always returns 403 |