From 141ab88cc4069178da0a365f70cbd38776c33494 Mon Sep 17 00:00:00 2001 From: hno <> Date: Wed, 22 Feb 2006 05:23:20 +0000 Subject: [PATCH] Add proxy authentication to the list of allowed headers in paranoid anonymization --- src/cf.data.pre | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 666e8f2530..fd7b3078fa 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.409 2005/12/13 22:17:02 wessels Exp $ +# $Id: cf.data.pre,v 1.410 2006/02/21 22:23:20 hno Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -3702,6 +3702,8 @@ DOC_START request_header_access Allow allow all request_header_access Authorization allow all request_header_access WWW-Authenticate allow all + request_header_access Proxy-Authorization allow all + request_header_access Proxy-Authenticate allow all request_header_access Cache-Control allow all request_header_access Content-Encoding allow all request_header_access Content-Length allow all @@ -3776,6 +3778,8 @@ DOC_START reply_header_access Allow allow all reply_header_access Authorization allow all reply_header_access WWW-Authenticate allow all + reply_header_access Proxy-Authorization allow all + reply_header_access Proxy-Authenticate allow all reply_header_access Cache-Control allow all reply_header_access Content-Encoding allow all reply_header_access Content-Length allow all -- 2.47.3