Browse Source

Remove leading slash from openvpn

pull/536/head
Rabenherz112 8 months ago
committed by GitHub
parent
commit
9134cfa744
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .hecat/url-check.yml

2
.hecat/url-check.yml

@ -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