diff --git a/domains.txt b/domains.txt index 434070f..8f60a3c 100644 --- a/domains.txt +++ b/domains.txt @@ -16,7 +16,6 @@ cdn.cookielaw.org cdn.oaistatic.com cdn-spotify-experiments.conductrics.com chatgpt.com -claude.ai dell.com download.freebsd.org duckduckgo.com diff --git a/scripts/generate-configs.sh b/scripts/generate-configs.sh index 449a6bf..e9e234b 100644 --- a/scripts/generate-configs.sh +++ b/scripts/generate-configs.sh @@ -326,7 +326,7 @@ if [ "$ignored_total" -gt 0 ]; then done echo fi -if [ "$api_error" -gt 0 ]; then +if [ "${#ERRORS[@]}" -gt 0 ]; then echo "---- API FAILURES (added without subdomains) ----" for d in $(printf '%s\n' "${!ERRORS[@]}" | sort); do printf '%s → %s\n' "$d" "${ERRORS[$d]}"