function FindProxyForURL(url, host) { // Direct connections // You get this file if you are on campus return "DIRECT"; }