exlted / StreamCore

This is a self-hosted streaming infrastructure system. Think StreamLabs, but you're in control. Long term, we intend to support as many platforms as possible!
MIT License
4 stars 0 forks source link

Use wss for websocket if serving over https #17

Closed exlted closed 2 years ago

exlted commented 2 years ago

Firefox blocks ws websocket connections from https webpages. We need to handle both for ease of use in both development circumstances and live circumstances.

exlted commented 2 years ago

Tested and fixed