From 9134cfa74490f2aaa3bf2f162e4c99cff3daf17d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 24 Sep 2023 15:19:41 +0200 Subject: [PATCH] Remove leading slash from openvpn --- .hecat/url-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 2db4af5..c09fbb5 100644 --- a/.hecat/url-check.yml +++ b/.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