mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
The server's WS origin whitelist (added in #819) rejects connections from localhost dev origins. Desktop app doesn't need Origin-based security since it runs in Electron with webSecurity disabled. Strip the Origin header from WS upgrade requests in the main process so the server's checkOrigin allows the connection.