tools/url_check: Remove leading slash from openvpn (#536)

pull/537/head
Rabenherz112 7 months ago committed by GitHub
parent ab956134c6
commit 95cb681b9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,4 +9,4 @@ steps:
- licenses.yml
errors_are_fatal: True
exclude_regex:
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403
- '^https://community.openvpn.net$' # DDoS protection page, always returns 403

Loading…
Cancel
Save