Update descriptions for header taggers and filters.
authorFabian Keil <fk@fabiankeil.de>
Mon, 12 May 2008 09:44:40 +0000 (09:44 +0000)
committerFabian Keil <fk@fabiankeil.de>
Mon, 12 May 2008 09:44:40 +0000 (09:44 +0000)
default.action.master

index 2320435..d8f034a 100644 (file)
@@ -9,7 +9,7 @@
 # 
 #  File        :  $Source: /cvsroot/ijbswa/current/default.action.master,v $
 # 
-#  $Id: default.action.master,v 1.126 2008/04/22 16:05:57 fabiankeil Exp $
+#  $Id: default.action.master,v 1.127 2008/05/11 14:58:39 fabiankeil Exp $
 #
 #  Requires    :  This version requires Privoxy v3.0.9 or later due to 
 #                 syntax changes.
 #
 #    Client-header filters predefined in the supplied default.filter include:
 #
-#     hide-tor-exit-notation: Removes the Tor exit node notation in Host and Referer headers
+#     hide-tor-exit-notation: Removes the Tor exit node notation in Host and Referer headers.
+#     privoxy-control:        Removes X-Privoxy-Control headers.
 #
 # +client-header-tagger{string}
 #    Tag requests based on their headers. Client headers to which this
 #    Client-header taggers are the first actions that are executed and their
 #    tags can be used to control every other action.
 #
+#    Client-header taggers predefined in the supplied default.filter include:
+#
+#     image-requests:    Tags detected image requests as "IMAGE-REQUEST".
+#     css-requests:      Tags detected CSS requests as "CSS-REQUEST".
+#     client-ip-address: Tags the request with the client's IP address.
+#     http-method:       Tags the request with its HTTP method.
+#     allow-post:        Tags POST requests as "ALLOWED-POST".
+#     complete-url:      Tags the request with the whole request URL.
+#     user-agent:        Tags the request with the complete User-Agent header.
+#     privoxy-control:   Creates tags with the content of X-Privoxy-Control headers.
+#
 # +content-type-overwrite
 #    Replaces the "Content-Type:" HTTP server header, so that unwanted
 #    download menus will not pop up, or changes the browser's rendering mode.
 #
 #    Server-header filters predefined in the supplied default.filter include:
 #
-#     html-to-xml:           Changes the Content-Type header from html to xml
-#     xml-to-html:           Changes the Content-Type header from xml to html
+#     x-httpd-php-to-html:   Changes the Content-Type header from x-httpd-php to html.
+#     html-to-xml:           Changes the Content-Type header from html to xml.
+#     xml-to-html:           Changes the Content-Type header from xml to html.
+#     less-download-windows: Prevent annoying download windows for content types the browser can handle itself.
+#     privoxy-control:       Removes X-Privoxy-Control headers.
 #
 # +server-header-tagger{content-type}
 #    Server headers to which this action applies are filtered on-the-fly
 #    control all of the other server-header actions, the content filters and
 #    the crunch actions (redirect and block). 
 #
+#    Server-header taggers predefined in the supplied default.filter include:
+#
+#     content-type:    Tags the request with the content type declared by the server.
+#     privoxy-control: Creates tags with the content of X-Privoxy-Control headers.
+#
 # +session-cookies-only
 #    If the website sets cookies, make sure they are erased when you exit
 #    and restart your web browser.  This makes profiling cookies useless,