diff --git a/proxy.pac b/proxy.pac index a7e2fa6..86b2e58 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 DIRECT; + return proxy; } // Default: no proxy