Creating a local proxy.pac for mozilla firebird to use..

User Help for Mozilla Firefox
Post Reply
Erland
Guest

Creating a local proxy.pac for mozilla firebird to use..

Post by Erland »

Hello,

I've made a proxy.pac file residing locally on my hard drive, and Im trying to make mozilla firebird 0.7 for linux use it.

Of course, I have checked the "automatic proxy configuration url:" ... and I have tried entering /home/username/proxy.pac or file:///home/username/proxy.pac ..

Still, mozilla is not using the proxy servers defined in the proxy.pac... if i use an online proxy.pac, it seems to work fine.

How do I make mozilla use a proxy.pac stored locally?
Guest
Guest

Post by Guest »

http://www.mozilla.org/docs/netlib/pac.html describes how to edit nsProxyAutoConfig.js. in order to install an existing local .PAC file in Mozilla. My copy of Firebird 0.7 has a copy of that file so I'd assume the same is true for Firebird.
Erland
Guest

Post by Erland »

Anonymous wrote:http://www.mozilla.org/docs/netlib/pac.html describes how to edit nsProxyAutoConfig.js. in order to install an existing local .PAC file in Mozilla. My copy of Firebird 0.7 has a copy of that file so I'd assume the same is true for Firebird.


Thank you for the link. It now works, and Im a bit embarassed to tell you that the error seems to have been my use of "elsif" 's in the proxy.pac... that should have been "else if" ..

Thank you for the help. Through your link, I found some pages with example proxy.pac 's :)
Post Reply