-`security.csp` to control Content-Security-Policy headers
-`billing.circuit_breaker` to fail closed on billing errors
-`server.trusted_proxies` to enable X-Forwarded-For parsing
-`turnstile.required` to require Turnstile in release mode
**⚠️ Security Warning: HTTP URL Configuration**
When `security.url_allowlist.enabled=false`, the system performs minimal URL validation by default, **rejecting HTTP URLs** and only allowing HTTPS. To allow HTTP URLs (e.g., for development or internal testing), you must explicitly set: