Browse Source

tools/url_check: Remove leading slash from openvpn (#536)

Rabenherz112 1 năm trước cách đây
mục cha
commit
95cb681b9d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .hecat/url-check.yml

+ 1 - 1
.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