@@ -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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.