fix protocol
This commit is contained in:
@ -87,7 +87,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
let protocol = "ws://";
|
let protocol = "ws://";
|
||||||
if (location.protocol === "https") {
|
if (location.protocol === "https:") {
|
||||||
protocol = "wss://"
|
protocol = "wss://"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user