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
fix(openai): allow RFC 2544 fake-IP range for Realtime session requests
Proxy stacks such as Clash, Surge, and sing-box in TUN/fake-IP mode
resolve public domains (api.openai.com) to 198.18.0.0/15 (IPv4) or
fc00::/7 (IPv6), which the SSRF guard blocks as special-use ranges.
The Realtime session-secret fetch path was missing the opt-in that
already exists for other provider HTTP calls.
Add OPENAI_REALTIME_SSRF_POLICY with allowRfc2544BenchmarkRange,
allowIpv6UniqueLocalRange, and hostnameAllowlist scoped to
api.openai.com. Update voice and transcription request assertions to
cover all three policy fields.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
0 commit comments