Update proxy.pac

This commit is contained in:
2025-12-02 09:18:41 +00:00
parent f03ab1471d
commit b3e25b91a8

View File

@@ -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