Files
vscode/test/smoke/network-proxy/test.pac
T

9 lines
426 B
JavaScript

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
function FindProxyForURL(url, host) {
return 'PROXY 127.0.0.1:43144';
}