My crusade for web content filtering

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: Kevin Saling
Dato:  
Emne: My crusade for web content filtering
> I use the API in my proxy and feed the data stream
> thru a Perl script to rewrite WWW pages and add my banners.


That's all I'm looking for.  I want to scan the data stream for key words.
If I get a hit, I want to rewrite the page to something like:
<html>
  <body>
    This page is blocked.   :P
  </body>
</html>


This is not possible with squid, true?

...Kevin