http://bugs.skolelinux.no/show_bug.cgi?id=1068

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2008-01-09 19:45 -------
I dare reopen this bug, because there is an error with wpad & firefox. 
The wpad script needs to be improved in order to stop firefox from jerking 
whenever you open an unknown domain. This behaviour is very well described at
https://bugzilla.mozilla.org/show_bug.cgi?id=235853  - check comment #43 to get 
an idea how to fix this:

Sascha Schmidt   2007-06-19 07:42:43 PST

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





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to