Remove leading slash from openvpn

This commit is contained in:
Rabenherz112 2023-09-24 15:19:41 +02:00 committed by GitHub
parent ab956134c6
commit 9134cfa744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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