[Bug 113201]
RalfG
ralf at skolelinux.de
Sun Jun 19 15:33:37 UTC 2011
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 Mozilla
Bugs, which is subscribed to Mozilla Firefox.
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
More information about the Ubuntu-mozillateam-bugs
mailing list