If you only care about supporting Firefox 1.5 and later, then you can take advantage of a nifty API that is designed to support exactly what you are doing: http://lxr.mozilla.org/mozilla/source/netwerk/base/public/nsIProtocolProxyService.idl#182 (See the RegisterFilter method).
-Darin On 2/27/06, Jon Smirl <[EMAIL PROTECTED]> wrote: > I'm exploring building a proxy server that runs locally on the same > machine with Firefox. Something like NetNanny (a proxy that filters > for sites that child are use approved). > > Is there any way in the proxy set up dialog to tell Firefox to use > local domain sockets instead of internet ones? What happens if the > host name is left bank? Can the autoconfig setup option handle local > domain sockets? > > A related question, what if the proxy is on an IPV6 network? > > -- > Jon Smirl > [EMAIL PROTECTED] > _______________________________________________ > dev-tech-network mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-network > _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
