Yes, add this in front :

if (isPlainHostName(host) || shExpMatch(host, "*.yourdomain.com"))
{
   return "DIRECT";
}

If you're using internal webserver using the hostname or full DNS name,
you will contact them directly, without going to the proxyserver first.
The isInNet call only helps if you contact those webservers using an
ipaddress, not a DNS-name.

But your problems have nothing to do with this bug, as your PAC-file
does not use DNS at all (use dnsResolve call for that).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/113201

Title:
  firefox spends lots of time hung

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/113201/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to