Files
DomGod/app
Malin ae2fad0152 fix: try https fallback when http port 80 is closed (fixes HTTPS-only domains marked as dead)
Many modern servers refuse HTTP connections entirely. The validator was
only trying http://, causing HTTPS-only sites to be wrongly marked dead.
Now falls back to https:// on ConnectError. Also increased timeouts slightly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-19 20:11:00 +02:00
..