We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413a3ea commit d0da6deCopy full SHA for d0da6de
hack/verify-markdown-link.sh
@@ -50,7 +50,8 @@ validate_url() {
50
local url="$1"
51
local http_status=$(curl -o /dev/null -s -w "%{http_code}\n" "$url")
52
local excluded_domains=("foo.ns.service.cluster.local")
53
-
+ excluded_domains+=("redirect.example")
54
+ excluded_domains+=("rewrite.example")
55
# Check if the URL contains any of the excluded domains
56
for excluded_domain in "${excluded_domains[@]}"; do
57
if [[ "$url" == *"$excluded_domain"* ]]; then
0 commit comments