summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-28 11:34:41 +0200
committerMichael Adam <obnox@samba.org>2009-09-28 11:35:20 +0200
commit9ff9bd18fe54780da11c76db3abb720aaee25496 (patch)
tree097cf6893a2d5ed08e17cd7e3416066110a6d84d /docs
parentf1e5360ef1a79ca21514ece682b7a8bb1795dd5a (diff)
downloadtinyproxy-9ff9bd18fe54780da11c76db3abb720aaee25496.tar.gz
tinyproxy-9ff9bd18fe54780da11c76db3abb720aaee25496.zip
docs: document Anonymous in tinproxy.conf(5)
Diffstat (limited to '')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index 01f6ef7..d74f762 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -252,6 +252,24 @@ The possible keywords and their descriptions are as follows:
to `Yes` changes the policy do deny everything but the domains
or URLs matched by the filtering rules.
+*Anonymous*::
+
+ If an `Anonymous` keyword is present, then anonymous proxying
+ is enabled. The headers listed with `Anonymous` are allowed
+ through, while all others are denied. If no Anonymous keyword
+ is present, then all headers are allowed through. You must
+ include quotes around the headers.
+
+ Most sites require cookies to be enabled for them to work correctly, so
+ you will need to allow Cookies through if you access those sites.
+
+ Example:
+
+ Anonymous "Host"
+ Anonymous "Authorization"
+ Anonymous "Cookie"
+
+
BUGS
----