This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Important! | |
// In MacOS High Sierra Safari this this only works when the .pac file is placed | |
// on a web server, the file://localhost/etc/vpnconnect.pac only work for Chrome/Firefox | |
function FindProxyForURL(url, host) { | |
if (shExpMatch(host, "my.oracle.com") || | |
shExpMatch(host, "login.oracle.com") || | |
shExpMatch(host, "people.oracle.com") || | |
shExpMatch(host, "aria.oracle.com") || | |
shExpMatch(host, "*.us.oracle.com") || |