d baud wrote:
> 
> Is is possible to have squid look for a particular pattern in the HTML
> code and replace it with some other HTML code ?
> The reason why I need to do this would be for applications like:
> - Using squid as a proxy to remove banners from some web sites.
> - Using squid as a proxy to remove rogue Java/activex applets.

Possible if you make a lot of code changes, but not just through
configuration.

It would be much easier to trap the loading of the banners and applets
by configuring a redirector. You could return a pointer to a null type
of object for each case on a local server, or generate a not found
error for the objects.

Dave

Reply via email to