v0.35.2

mahimailabs/voicegatewayv0.35.2Aug 31, 2026by github-actions[bot]

AI Summary

This release hardens dashboard origin validation and reverse-proxy access to defend against security attacks like DNS rebinding, and fixes issues with CDP WebSocket URLs containing query strings.

Key Highlights

  • Hardened dashboard origin validation and reverse-proxy access with same-origin provenance enforcement.
  • Defense against DNS rebinding, form/header smuggling, and cross-origin requests.
  • Fixed root remote CDP WebSocket URLs to correctly insert slashes before query strings.

Full Release Notes

### Security

- Hardened **dashboard origin validation and reverse-proxy access** with same-origin provenance enforcement that defends against DNS rebinding, form/header smuggling, and cross-origin requests. Reverse-proxied origins now require exact HTTPS allowlisting and generated token authentication, while tokenless IPv4 and IPv6 loopback access remains supported. Dashboard options are validated strictly, and CLI and MCP lifecycle behavior is aligned (#1738)

### Bug Fixes

- Fixed **root remote CDP WebSocket URLs with query strings** to insert the required slash before the query while preserving the encoded query (#1735)

### Contributors

- @ctate
- @Railly