Skip to content

Fix phoenix sockets in dev mode

phoenix requires the Origin header to be set to the actual address, so "http://localhost:xxxx" will not work.

This allows to debug shoutbox in dev mode.

Merge request reports