function FindProxyForURL(url, host) { if (shExpMatch(host, "*slack*")) { return "DIRECT"; } if (shExpMatch(host, "*focalpointpositioning*")) { return "SOCKS5 localhost:1080"; } return "DIRECT"; }