You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(refactor): Use utopia validators for hostname, IP, port, and TLS path validation
- Replace custom isValidHostname() regex with Utopia\Validator\Hostname in both HTTP servers
- Use Utopia\Validator\Range for port validation in Adapter::validate()
- Use Utopia\Validator\IP for IP format validation in Adapter::validate()
- Use Utopia\Validator\Text for TLS certificate path validation
- Add utopia-php/validators dependency
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments