As you point out in another answer, https://
to ws://
is disallowed by default on firefox.
Going to firefox’s about:config
and toggling network.websocket.allowInsecureFromHTTPS
will get rid of the SecurityError
.
As you point out in another answer, https://
to ws://
is disallowed by default on firefox.
Going to firefox’s about:config
and toggling network.websocket.allowInsecureFromHTTPS
will get rid of the SecurityError
.