Re: [Rabbit-proxy-development] Disabling Message "This page was filtered by Rabbit"
Brought to you by:
ernimril
|
From: Robert O. <ro...@kh...> - 2007-01-18 18:38:10
|
Ingo Schr=F6der wrote: > where do I find the class in which the response is extended with this=20 > point. Or is there any point in the rabbit.conf where this Message can=20 > be taken out? Check rabbit.conf: [rabbit.handler.FilterHandler] # BodyFilter This filter inserts a noproxy link at the top of the=20 page. filters=3Drabbit.filter.BodyFilter,rabbit.filter.BackgroundFilter,rabbit.= filter.AdFilter,rabbit.filter.BlinkFilter,rabbit.filter.LowresImageFilter .... [rabbit.filter.BodyFilter] # This text before the link prefix=3D<center><font size=3D-2><a href=3D"http://www.khelekore.org/rabb= it/"=20 target=3D"_top">RabbIT</a> filtered this page. You can either: 1) change FilterHandler to GZipHandler 2) change the list of html modifiers that FilterHandler uses 3) Modify the BodyFilter to do other things (not recomended) /robo |