mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-22 16:30:51 +01:00
Update ws to wss
This commit is contained in:
parent
776d16ed49
commit
1fe7bb22e6
@ -126,7 +126,7 @@ public class NitroProxyProvider implements ProxyProvider, NitroHttpProxyServerCa
|
||||
public String replaceWebsocketServer(String configUrl, String websocketUrl) {
|
||||
originalWebsocketUrl = websocketUrl;
|
||||
|
||||
return String.format("ws://127.0.0.1:%d", websocketPort);
|
||||
return String.format("wss://127.0.0.1:%d", websocketPort);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user