Update proxy.pac
This commit is contained in:
@@ -88,7 +88,7 @@ function FindProxyForURL(url, host) {
|
|||||||
|
|
||||||
// Proxy for matched domains
|
// Proxy for matched domains
|
||||||
if (matchesAny(host, proxyDomains) || matchesAny(host, googleDomains) || matchesAny(host, windowsUpdateDomains)) {
|
if (matchesAny(host, proxyDomains) || matchesAny(host, googleDomains) || matchesAny(host, windowsUpdateDomains)) {
|
||||||
return proxy DIRECT;
|
return proxy;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Default: no proxy
|
// Default: no proxy
|
||||||
|
|||||||
Reference in New Issue
Block a user