Skip to content

Conversation

@ctate
Copy link
Collaborator

@ctate ctate commented Feb 10, 2026

Summary

  • The stream server's verifyClient rejected all WebSocket connections with an origin header, which browsers always include. This made it impossible to build a browser-based stream viewer -- the primary use case for the streaming feature.
  • Localhost/loopback origins (localhost, 127.0.0.1, ::1) are now accepted while remote origins are still rejected, preserving the security boundary against malicious web pages.

Fixes #368

@vercel
Copy link
Contributor

vercel bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
agent-browser Ready Ready Preview, Comment Feb 10, 2026 7:47pm

@ctate ctate merged commit 67cdc29 into main Feb 10, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Unable to launch browser stream window using ws

1 participant