From 4b3831798cc77ebdf6ec33527a6e4a5968555e80 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Sun, 10 Sep 2023 12:21:21 +0200 Subject: [PATCH] Exclude openvpn from url check due to cloudflare --- .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