From e58343012fa999a33ed2bcfd569fbbe3e861d0a1 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Tue, 26 Nov 2002 21:44:43 +0000 Subject: Included code to disable the sending of the Via header. This is now controlled by the ViaHeader configure directive. --- doc/tinyproxy.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 152e91e..d215477 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -110,6 +110,13 @@ MaxRequestsPerChild 0 Allow 127.0.0.1 Allow 192.168.1.0/25 +# +# Control whether the HTTP Via header should be included in requests or +# responses. The RFC says it should be there, but it could be a security +# concern. The default is off. +# +#ViaHeader On + # # The location of the filter file. # -- cgit v1.2.3