BTW, my wpad.dat looks like this (maybe it can be optimized?):
----
function FindProxyForURL(url, host)  {

//###############
//#Local Network#
//###############

  if (isInNet(host, "10.0.2.0", "255.255.254.0"))
  {
   return "DIRECT";
  }


//#########
//#Default#
//#########

return "PROXY 10.0.2.2:3128;"

}

-- 
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