Re: removing ads banners with squid

From: MaX Flebus <max@dont-contact.us>
Date: Tue, 25 Feb 97 18:07:02 MET

> From: Frederic Devernay <devernay@istar.fr>
> Subject: removing ads banners with squid
>
> I'd like to remove ads images (which overload our modem) from HTML pages
> and replace them with some "blank ad" banner, does anybody know of an
> available "ad banner database" that could be used for this?
> thanks.

Why replacing an advert with another ad? Simply ban them:
--- cut ---
# set ACLs
acl adverts url_regex ad.doubleclick.net banner-net.com ad.linkexchange.com
acl take method GET
# deny them
http_access deny take adverts
--- cut ---
Bans doubleclick banner-net and linkexchange ... add every site you need.

================================================================================
MaX Flebus: max@vol-mi.vol.it, max@b612.it, http://vol-mi.vol.it/~max
======================================================================= ___ ==
      This Post/Letter is Copyrigh (C) 1997, and it's MINE! MINE! {~._.~}
                             "Don't Panic!" ( Y )
              You know, I'm disclaiming etc. etc. etc. ()~*~()
   print unpack("u",'<"4UA6"!&;&5B=7,*"2AP97)L*2!(86-K97(*"@\'\''); (_)-(_)
================================================================================
Received on Tue Feb 25 1997 - 09:13:09 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:34:32 MST