Skip to content

Commit

Permalink
Exclude openvpn from URL check due to cloudflare (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rabenherz112 authored Sep 12, 2023
1 parent 8eda51b commit 7476397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .hecat/url-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ steps:
source_files:
- licenses.yml
errors_are_fatal: True
exclude_regex: []
exclude_regex:
- '^https://community.openvpn.net/$' # DDoS protection page, always returns 403

0 comments on commit 7476397

Please sign in to comment.