From: oes Date: Tue, 14 May 2002 19:10:45 +0000 (+0000) Subject: Restored alphabetical order of actions X-Git-Tag: v_3_0_branchpoint~80 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=86c44446839fd2f9c1b0a28c2bac147ab51fb2a5 Restored alphabetical order of actions --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 9f8e3245..6b7a2964 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -27,7 +27,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.108 2002/05/14 15:29:12 oes Exp $ + $Id: user-manual.sgml,v 1.109 2002/05/14 17:23:11 oes Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -53,7 +53,7 @@ -$Id: user-manual.sgml,v 1.108 2002/05/14 15:29:12 oes Exp $ +$Id: user-manual.sgml,v 1.109 2002/05/14 17:23:11 oes Exp $ + +<emphasis>crunch-incoming-cookies</emphasis> + + + + Typical use: + + + Prevent the web server from setting any cookies on your system + + + + + + Effect: + + + Deletes any Set-Cookie: HTTP headers from server replies. + + + + + + Type: + + + Boolean. + + + + + Parameter: + + + N/A + + + + + + Notes: + + + This action is only concerned with incoming cookies. For + outgoing cookies, use + crunch-outgoing-cookies. + Use both to disable cookies completely. + + + It makes no sense at all to use this action in conjunction + with the session-cookies-only action, + since it would prevent the session cookies from being set. + + + + + + Example usage: + + + +crunch-incoming-cookies + + + + + + + + + +<emphasis>crunch-outgoing-cookies</emphasis> + + + + Typical use: + + + Prevent the web server from reading any cookies from your system + + + + + + Effect: + + + Deletes any Cookie: HTTP headers from client requests. + + + + + + Type: + + + Boolean. + + + + + Parameter: + + + N/A + + + + + + Notes: + + + This action is only concerned with outgoing cookies. For + incoming cookies, use + crunch-incoming-cookies. + Use both to disable cookies completely. + + + It makes no sense at all to use this action in conjunction + with the session-cookies-only action, + since it would prevent the session cookies from being read. + + + + + + Example usage: + + + +crunch-outgoing-cookies + + + + + + + @@ -4265,15 +4403,15 @@ www.pclinuxonline.com - -<emphasis>crunch-outgoing-cookies</emphasis> + +<emphasis>send-vanilla-wafer</emphasis> Typical use: - Prevent the web server from reading any cookies from your system + Feed log analysis scripts with useless data. @@ -4282,7 +4420,8 @@ www.pclinuxonline.com Effect: - Deletes any Cookie: HTTP headers from client requests. + Sends a cookie with each request stating that you do not accept any copyright + on cookies sent to you, and asking the site operator not to track you. @@ -4308,15 +4447,10 @@ www.pclinuxonline.com Notes: - This action is only concerned with outgoing cookies. For - incoming cookies, use - crunch-incoming-cookies. - Use both to disable cookies completely. + The vanilla wafer is a (relatively) unique header and could conceivably be used to track you. - It makes no sense at all to use this action in conjunction - with the session-cookies-only action, - since it would prevent the session cookies from being read. + This action is rarely used and not enabled in the default configuration. @@ -4325,7 +4459,7 @@ www.pclinuxonline.com Example usage: - +crunch-outgoing-cookies + +send-vanilla-wafer @@ -4335,15 +4469,15 @@ www.pclinuxonline.com - -<emphasis>crunch-incoming-cookies</emphasis> + +<emphasis>send-wafer</emphasis> Typical use: - Prevent the web server from setting any cookies on your system + Send custom cookies or feed log analysis scripts with even more useless data. @@ -4352,7 +4486,7 @@ www.pclinuxonline.com Effect: - Deletes any Set-Cookie: HTTP headers from server replies. + Sends a custom, user-defined cookie with each request. @@ -4361,7 +4495,7 @@ www.pclinuxonline.com Type: - Boolean. + Multi-value. @@ -4369,7 +4503,8 @@ www.pclinuxonline.com Parameter: - N/A + A string of the form name=value. @@ -4378,24 +4513,20 @@ www.pclinuxonline.com Notes: - This action is only concerned with incoming cookies. For - outgoing cookies, use - crunch-outgoing-cookies. - Use both to disable cookies completely. + Being multi-valued, multiple instances of this action can apply to the same request, + resulting in multiple cookies being sent. - It makes no sense at all to use this action in conjunction - with the session-cookies-only action, - since it would prevent the session cookies from being set. + This action is rarely used and not enabled in the default configuration. - - Example usage: + Example usage (section): - +crunch-incoming-cookies + {+send-wafer{UsingPrivoxy=true}} +my-internal-testing-server.void @@ -4484,138 +4615,6 @@ www.pclinuxonline.com - - -<emphasis>send-vanilla-wafer</emphasis> - - - - Typical use: - - - Feed log analysis scripts with useless data. - - - - - - Effect: - - - Sends a cookie with each request stating that you do not accept any copyright - on cookies sent to you, and asking the site operator not to track you. - - - - - - Type: - - - Boolean. - - - - - Parameter: - - - N/A - - - - - - Notes: - - - The vanilla wafer is a (relatively) unique header and could conceivably be used to track you. - - - This action is rarely used and not enabled in the default configuration. - - - - - - Example usage: - - - +send-vanilla-wafer - - - - - - - - - - -<emphasis>send-wafer</emphasis> - - - - Typical use: - - - Send custom cookies or feed log analysis scripts with even more useless data. - - - - - - Effect: - - - Sends a custom, user-defined cookie with each request. - - - - - - Type: - - - Multi-value. - - - - - Parameter: - - - A string of the form name=value. - - - - - - Notes: - - - Being multi-valued, multiple instances of this action can apply to the same request, - resulting in multiple cookies being sent. - - - This action is rarely used and not enabled in the default configuration. - - - - - Example usage (section): - - - {+send-wafer{UsingPrivoxy=true}} -my-internal-testing-server.void - - - - - - - <emphasis>set-image-blocker</emphasis> @@ -6242,6 +6241,9 @@ Requests Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.109 2002/05/14 17:23:11 oes + Renamed the prevent-*-cookies actions, extended aliases section and moved it before the example AFs + Revision 1.108 2002/05/14 15:29:12 oes Completed proofreading the actions chapter