From: Fabian Keil Date: Fri, 19 Sep 2008 16:49:37 +0000 (+0000) Subject: Use +change-x-forwarded-for{block} instead of X-Git-Tag: v_3_0_11~241 X-Git-Url: http://www.privoxy.org/gitweb/configuration.html?a=commitdiff_plain;h=eab47478044c68287658fcbd5d9be688bbcba880;p=privoxy.git Use +change-x-forwarded-for{block} instead of +hide-forwarded-for-headers as the latter will be removed soonish. Also document the former. --- diff --git a/default.action.master b/default.action.master index d894d2a8..efb406f0 100644 --- a/default.action.master +++ b/default.action.master @@ -9,7 +9,7 @@ # # File : $Source: /cvsroot/ijbswa/current/default.action.master,v $ # -# $Id: default.action.master,v 1.144 2008/08/15 16:46:51 fabiankeil Exp $ +# $Id: default.action.master,v 1.145 2008/08/29 14:24:45 fabiankeil Exp $ # # Requires : This version requires Privoxy v3.0.9 or later due to # syntax changes. @@ -202,6 +202,11 @@ # Block this URL. Instead of forwarding the request, Privoxy will # send a "block" page containing the specified reason. # +# +change-x-forwarded-for{add} +# +change-x-forwarded-for{block} +# Adds or blocks the "X-Forwarded-For:" HTTP header in client +# requests. +# # +client-header-filter{name} # All client headers to which this action applies are filtered on-the-fly # through the specified regular expression based substitutions. @@ -553,7 +558,7 @@ allow-ads = -block -filter{banners-by-size} -filter{banners-by-link} # Defaults ############################################################################# { \ -+hide-forwarded-for-headers \ ++change-x-forwarded-for{block} \ +hide-from-header{block} \ +set-image-blocker{pattern} \ }