Update proxy.pac

This commit is contained in:
2025-12-02 09:28:04 +00:00
parent b3e25b91a8
commit 625695e58c

View File

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