Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'proxy.pac for Camino' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
proxy.pac for Camino
Authored by: pdm on Jun 21, '05 02:42:29PM

If you want to setup proxy pac support for Camino, you can do it manually by stuffing in the config uptions to prefs.js in ~/Library/Application Support/Camino


user_pref("network.proxy.autoconfig_url", "http://foo/proxy.pac");
user_pref("network.proxy.type", 2);

-pdm

---
-pdm



[ Reply to This | # ]