Fix Web App not loading when using https (#1) (#2)

Commits were merged into target branch
-
5 months ago
-
-
Previous Value Current Value Fix Web App not loading when using https
Fix Web App not loading when using https (#1)
-
-
Updated websocket_api.ts to automatically switch between ws:// and wss:// based on the page protocol. This prevents mixed content issues when the app runs over HTTPS.
Closes #1