From: Fabian Keil Date: Sun, 21 Sep 2008 14:42:52 +0000 (+0000) Subject: Add documentation for change-x-forwarded-for{}, X-Git-Tag: v_3_0_11~231 X-Git-Url: http://www.privoxy.org/gitweb/new.html?a=commitdiff_plain;h=e8e96f683001422fc5b0a60407e367e14d0e04be;p=privoxy.git Add documentation for change-x-forwarded-for{}, remove documentation for hide-forwarded-for-headers. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index fc9a89da..cbeacf92 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -33,7 +33,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.86 2008/08/16 10:12:23 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.87 2008/08/30 15:37:35 fabiankeil Exp $ Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -59,7 +59,7 @@ -$Id: user-manual.sgml,v 2.86 2008/08/16 10:12:23 fabiankeil Exp $ +$Id: user-manual.sgml,v 2.87 2008/08/30 15:37:35 fabiankeil Exp $ + +change-x-forwarded-for + + + + Typical use: + + Improve privacy by not forwarding the source of the request in the HTTP headers. + + + + + Effect: + + + Deletes the X-Forwarded-For: HTTP header from the client request, + or adds a new one. + + + + + + Type: + + + Parameterized. + + + + + Parameter: + + + + block to delete the header. + + + + add to create the header (or append + the client's IP address to an already existing one). + + + + + + + + Notes: + + + It is safe and recommended to use block. + + + Forwarding the source address of the request may make + sense in some multi-user setups but is also a privacy risk. + + + + + Example usage: + + + +change-x-forwarded-for{block} + + + + + + client-header-filter @@ -4715,64 +4785,6 @@ new action - - -hide-forwarded-for-headers - - - Typical use: - - Improve privacy by not forwarding the source of the request in the HTTP headers. - - - - - Effect: - - - Deletes any existing X-Forwarded-for: HTTP header from client requests. - - - - - - Type: - - - Boolean. - - - - - Parameter: - - - N/A - - - - - - Notes: - - - It is safe and recommended to leave this on. - - - - - - Example usage: - - - +hide-forwarded-for-headers - - - - - - - hide-from-header @@ -6031,12 +6043,12 @@ that also explains why and how aliases are used: # "Defaults" section: ########################################################################## { \ + +change-x-forwarded-for{block} \ +deanimate-gifs \ +filter{html-annoyances} \ +filter{refresh-tags} \ +filter{webbugs} \ +filter{ie-exploits} \ - +hide-forwarded-for-headers \ +hide-from-header{block} \ +hide-referrer{forge} \ +prevent-compression \ @@ -8185,7 +8197,8 @@ Requests In file: default.action [ View ] [ Edit ] - {+deanimate-gifs {last} + {+change-x-forwarded-for{block} + +deanimate-gifs {last} +fast-redirects {check-decoded-url} +filter {refresh-tags} +filter {img-reorder} @@ -8193,7 +8206,6 @@ Requests +filter {webbugs} +filter {jumping-windows} +filter {ie-exploits} - +hide-forwarded-for-headers +hide-from-header {block} +hide-referrer {forge} +session-cookies-only @@ -8275,6 +8287,7 @@ In file: user.action [ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ][ View ] [ Edit ]