From 74763974484920fe5ca01493c699bce1a5392aea Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Tue, 12 Sep 2023 21:54:59 +0200 Subject: [PATCH] Exclude openvpn from URL check due to cloudflare (#533) --- .hecat/url-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.hecat/url-check.yml b/.hecat/url-check.yml index 7ea063f..2db4af5 100644 --- a/.hecat/url-check.yml +++ b/.hecat/url-check.yml @@ -8,4 +8,5 @@ steps: source_files: - licenses.yml errors_are_fatal: True - exclude_regex: [] \ No newline at end of file + exclude_regex: + - '^https://community.openvpn.net/$' # DDoS protection page, always returns 403