mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
specify localhost for microsoft auth server
This commit is contained in:
@@ -53,7 +53,7 @@ export async function startServer(server: http.Server): Promise<string> {
|
||||
reject(new Error('Closed'));
|
||||
});
|
||||
|
||||
server.listen(0);
|
||||
server.listen(0, '127.0.0.1');
|
||||
});
|
||||
|
||||
port.then(cancelPortTimer, cancelPortTimer);
|
||||
|
||||
Reference in New Issue
Block a user