Juraj Variny <[EMAIL PROTECTED]>:

> You need to modify the browser autoconfiguration file named wwwoffle.pac.
> See:
>  http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html


I'm no programmer, and never looked at java.
Perhaps someone can help me here ?

Can i make it:


function FindProxyForURL(url, host)
{
 if(isPlainHostName(host))
    return "DIRECT";
 else
        if(shExpMatch(url, "*.pdf") is true)
        return "DIRECT";
 else 
        if((url.substring(0, 5) == "http:") || (url.substring(0, 4) == "ftp:"))
        return "PROXY localhost:8080; DIRECT";
  else
       return "DIRECT";
}


> It is small piece of javascript. If you aren't programmer at all, setting
> WWWOFFLE to disable caching of PDFs may be sufficient.
> Juraj
Nope. Always was disabled here, but galeon reports no size.

                             -- mi

Reply via email to