mirror of
https://github.com/yusing/godoxy.git
synced 2026-02-23 10:54:50 +01:00
Replace the existing HTTP client with a custom-configured client that skips TLS verification for favicon fetching, and add explicit Content-Type validation to ensure only valid image responses are accepted. This fixes potential issues with SSL certificate validation and prevents processing of non-image responses.