mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-14 08:43:30 +08:00
- Remove DNS lookup that was failing for valid domains like Hugging Face - Allow HTTP URLs (many model sites use HTTP->HTTPS redirects) - Only block obvious local addresses (localhost, 127.0.0.1, etc) - Check IP patterns directly instead of DNS resolution - Keep protection against accessing local network resources The downloader now works with real model hosting sites while still preventing SSRF attacks to local services. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>