|
|
|
|
|
by tmpfs
2222 days ago
|
|
This is interesting, thanks for sharing. I wonder if a remediation for the moment would be for local websocket servers to check the Host header before sending the 101 switch protocol response. Also would a CORS "Access-Control-Allow-Origin: localhost" prevent the connections being established? |
|
WebSocket isn't bound by CORS, AFAIK.