We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36f160 commit a8b4cc6Copy full SHA for a8b4cc6
app/public/js/microdraw-ws.js
@@ -6,7 +6,7 @@
6
7
let wshostname;
8
if(Microdraw.secure) {
9
- wshostname = "ws://" + Microdraw.wshostname;
+ wshostname = "wss://" + Microdraw.wshostname;
10
} else {
11
wshostname = "ws://" + Microdraw.wshostname;
12
}
0 commit comments