diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-31 15:20:56 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-08-31 15:20:56 +0000 |
commit | aac5f60602abb4b7e614ad30cc363d69f890832a (patch) | |
tree | 59eda4e1214b48418ab33a7aafdcdd1bb1410600 | |
parent | 2857b4be36ac96b4f20643a22bbe9c6bad3bb7f7 (diff) | |
download | tinyproxy-aac5f60602abb4b7e614ad30cc363d69f890832a.tar.gz tinyproxy-aac5f60602abb4b7e614ad30cc363d69f890832a.zip |
Headers MUST have quotes around them.
-rw-r--r-- | doc/tinyproxy.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 801a899..cd48c12 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -114,6 +114,7 @@ Allow 192.168.1.0/25 # If an Anonymous keyword is present, then anonymous proxying is enabled. # The headers listed are allowed through, while all others are denied. If # no Anonymous keyword is present, then all header are allowed through. +# You must include quotes around the headers. # -#Anonymous Host -#Anonymous Authorization +#Anonymous "Host" +#Anonymous "Authorization" |