// no squid found matching the remote ip address function FindProxyForURL(url, host) { if (shExpMatch(url, "*.openhtc.io*") || shExpMatch(url, "*.computecanada.net*")) { return "DIRECT"; } return "NONE"; }