From: hal9 <hal9@users.sourceforge.net>
Date: Tue, 12 Mar 2002 17:12:35 +0000 (+0000)
Subject: Add new +filter syntax in example.
X-Git-Tag: v_2_9_12~49
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/developer-manual/static/documentation.html?a=commitdiff_plain;h=3aa8f61da015ca7aa06170e13014f81cf84110c9;p=privoxy.git

Add new +filter syntax in example.
---

diff --git a/junkbuster.1 b/junkbuster.1
index 9a4c7bd8..bc6b2e0e 100644
--- a/junkbuster.1
+++ b/junkbuster.1
@@ -2,7 +2,7 @@
 .\" Hal Burgiss <hal@foobox.net> 
 .\" for Junkbuster developers: ijbswa-developers@lists.sourceforge.net
 .\"
-.TH JUNKBUSTER 1 "v2.9.11 (beta) Date: 2002/03/06"
+.TH JUNKBUSTER 1 "v2.9.11 (beta) Date: 2002/03/12"
 
 .SH NAME
 \fBjunkbuster\fP
@@ -122,18 +122,26 @@ A brief example of what an \fIijb.action\fP configuration might look like:
 
 # Define a few useful custom aliases for later use
 {{alias}}
+
 # Don't accept cookies
 +no-cookies = +no-cookies-set +no-cookies-read
+
 # Do accept cookies
 -no-cookies = -no-cookies-set -no-cookies-read
+
+# Treat these blocked URLs as images.
 +imageblock = +block +image
 
+# Define page filters we want to use.
+myfilters = +filter{html-annoyances} +filter{js-annoyances}\\
+            +filter{no-popups} +filter{webbugs}
+
 ## Default Policies (actions) ############################
 { \\
  -block \\
  -downgrade \\
  +fast-redirects \\
- +filter \\
+ myfilters \\
  +no-compression \\
  +hide-forwarded \\
  +hide-from{block} \\