From 9ff9bd18fe54780da11c76db3abb720aaee25496 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Sep 2009 11:34:41 +0200 Subject: docs: document Anonymous in tinproxy.conf(5) --- docs/man5/tinyproxy.conf.txt.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 ---- -- cgit v1.2.3