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