4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
function FindProxyForURL(url, host) {
|
|
return "PROXY 127.0.0.1:7950";
|
|
}
|