View Single Post
  #2 (permalink)  
Old 08-29-2006, 06:56 AM
brackett brackett is offline
Programmer
 
Join Date: May 2006
Posts: 193
Rep Power: 11
brackett is on a distinguished road
Default

Usually, you'd do that thru a proxy server - making all requests go thru a server which can filter as needed. Microsoft's ISA, Squid, etc. all employ that approach.

The way you worded you question makes me think you want to do this client side...that's a difficult road, I think. Much easier to control the network side, or you'd have to force a particular (possibly custom built) browser. For a home PC, you could set up a proxy server on the local machine and redirect requests thru there.
Reply With Quote