5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
function FindProxyForURL(url, host)
|
||
|
{
|
||
|
return "PROXY localhost:8899; DIRECT";
|
||
|
}
|