5.2.1 (2025-03-26)
Security
- cross-origin requests are not allowed unless allowed by
Access-Control-Allow-Origin
header - requests with an IP addresses in the
Origin
header are not allowed to connect to WebSocket server unless configured byallowedHosts
or it different from theHost
header
The above changes may make the dev server not work if you relied on such behavior, but unfortunately they carry security risks, so they were considered as fixes.