Disable CORS for websocket

Hi,

would it be possible to remove the Access-Control-Allow-Origin * default?

i see in the config i can overwrite it with my domain but not remove it, the use case is to set this with nginx and have janus websocket behind nginx

CORS is not enabled by default: janus-gateway/src/transports/janus_websockets.c at master · meetecho/janus-gateway · GitHub

We use Janus WS behind nginx all the time (the online demos do that too).

Thank you,

oh need to find why i still get the Access-Control-Allow-Origin *