Comment 98 for bug 113201

Revision history for this message
In , Bugzilla-realriot (bugzilla-realriot) wrote :

I really found a workaround for this problem:

Use your wpad.pac file like this:

function FindProxyForURL(url, host)
{
   if (isResolvable(host)
   {
       <... your stuff ...>
   } else
      return "DIRECT";
}

This works for me...

Greets
Sascha