mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
It's now possible to specify an origins value (default value is '*') when initialising the engine. This value will be returned as the Access-Control-Allow-Origin value. Related: #449