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