Merge pull request #5566 from gnattu/dont-do-smart-url-guessing
This commit is contained in:
@@ -65,7 +65,7 @@ class ServerConnections extends ConnectionManager {
|
||||
);
|
||||
|
||||
apiClient.enableAutomaticNetworking = false;
|
||||
apiClient.manualAddressOnly = false;
|
||||
apiClient.manualAddressOnly = true;
|
||||
|
||||
this.addApiClient(apiClient);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user