diff --git a/proxy.pac b/proxy.pac index 86b2e58..a7e2fa6 100644 --- a/proxy.pac +++ b/proxy.pac @@ -88,7 +88,7 @@ function FindProxyForURL(url, host) { // Proxy for matched domains if (matchesAny(host, proxyDomains) || matchesAny(host, googleDomains) || matchesAny(host, windowsUpdateDomains)) { - return proxy; + return proxy DIRECT; } // Default: no proxy