fedux-org/proxy_pac_rb

View on GitHub
templates/new_proxy_pac.pac.erb

Summary

Maintainability
Test Coverage
function FindProxyForURL(url, host) {
  return "DIRECT";
}