mirror of
git://f0xx.org/ac/ac-ms-url-shortener
synced 2026-07-29 02:18:23 +03:00
The project's own domains (f0xx.org and *.f0xx.org) resolve to private/internal IPs inside the cluster network, causing the SSRF guard to block legitimate shortening requests for internal services such as Alertmanager notifications. Add an explicit early-return for f0xx.org and sub-domains before the private-IP check. Co-authored-by: Cursor <cursoragent@cursor.com>