##
## BLOCK WEB BUGS
##
## Author: Kate Martin
## Date: 04 May 2000
##
## The filter eliminates "web bug" tracking.
## If you haven't heard of "web bugs" go here...
## http://www.tiac.net/users/smiths/privacy/wbfaq.htm
##
## Note: Use the "Merge config filters" option off the
## "File" menu to include these filters in your current
## configuration.
##
[Patterns]
Name = "Block off-site Web Bugs "
Active = TRUE
Bounds = "
"
Limit = 512
Match = "\1 src=\w \2"
"& (*height=("|)[#1-3])"
"& (*width=("|)[#1-3])"
"&*http://(^\h)"
Replace = "\1 src=\dclear.gif \2[Web Bugs Killed]
"
Name = "Block in-site Web Bugs"
Active = TRUE
Bounds = "
"
Limit = 512
Match = "\1 src=\w \2"
"& (*height=("|)[#1-3])"
"& (*width=("|)[#1-3])"
"&*http://(\h)"
Replace = "\1 src=\dclear.gif \2"