summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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"