From aac5f60602abb4b7e614ad30cc363d69f890832a Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Fri, 31 Aug 2001 15:20:56 +0000 Subject: Headers MUST have quotes around them. --- doc/tinyproxy.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 801a899..cd48c12 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -114,6 +114,7 @@ Allow 192.168.1.0/25 # If an Anonymous keyword is present, then anonymous proxying is enabled. # The headers listed are allowed through, while all others are denied. If # no Anonymous keyword is present, then all header are allowed through. +# You must include quotes around the headers. # -#Anonymous Host -#Anonymous Authorization +#Anonymous "Host" +#Anonymous "Authorization" -- cgit v1.2.3