summaryrefslogtreecommitdiff
path: root/doc/tinyproxy.conf
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-26 21:44:43 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-11-26 21:44:43 +0000
commite58343012fa999a33ed2bcfd569fbbe3e861d0a1 (patch)
tree4b66b79746a3ec8a9fced14034db0fbe481425c8 /doc/tinyproxy.conf
parentc826b18437dfc460e0d360c375241ce65a7ef7f8 (diff)
downloadtinyproxy-e58343012fa999a33ed2bcfd569fbbe3e861d0a1.tar.gz
tinyproxy-e58343012fa999a33ed2bcfd569fbbe3e861d0a1.zip
Included code to disable the sending of the Via header. This is now
controlled by the ViaHeader configure directive.
Diffstat (limited to '')
-rw-r--r--doc/tinyproxy.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf
index 152e91e..d215477 100644
--- a/doc/tinyproxy.conf
+++ b/doc/tinyproxy.conf
@@ -111,6 +111,13 @@ 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.
#
#Filter "/etc/tinyproxy/filter"