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