function FindProxyForURL(url, host) { // use proxy for specific domains if (shExpMatch(host, "*.nowrms.com")) return "PROXY 13.125.177.187:8080"; // by default use no proxy return "DIRECT"; }