From: Amos Jeffries Date: Thu, 15 May 2008 12:35:58 +0000 (+1200) Subject: Author: Svenx X-Git-Tag: SQUID_3_1_0_1~49^2~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdef7cca24d0d9e1d5db3073eb066f2a678f7d90;p=thirdparty%2Fsquid.git Author: Svenx Bug 2223: flexible handling of x-forwarded-for This patch adds three settings for the 'forwarded_for' option in squid.conf: If set to "transparent", Squid will not alter the X-Forwarded-For header in any way. If set to "delete", Squid will delete the entire X-Forwarded-For header. If set to "truncate", Squid will remove all existing X-Forwarded-For entries, and place itself as the sole entry. The old options 'on' and 'off' have been left unaltered. --- cdef7cca24d0d9e1d5db3073eb066f2a678f7d90