diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-05 16:11:06 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-08-05 16:11:06 +0000 |
commit | 26ad896676443d13af9f0d1e9057bcf5d8c5e7d8 (patch) | |
tree | a1283d89175298690325cfcf9b619cd29ff75f1d /doc/tinyproxy.conf | |
parent | a117ed9cb0c468c7b0ad94fd5a2c9fc2c8717ab7 (diff) | |
download | tinyproxy-26ad896676443d13af9f0d1e9057bcf5d8c5e7d8.tar.gz tinyproxy-26ad896676443d13af9f0d1e9057bcf5d8c5e7d8.zip |
Added the cookie header to the documented list of headers to allow
through.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 7194d66..a06bd51 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -213,8 +213,12 @@ ViaProxyName "tinyproxy" # no Anonymous keyword is present, then all header 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. +# #Anonymous "Host" #Anonymous "Authorization" +#Anonymous "Cookie" # # This is a list of ports allowed by tinyproxy when the CONNECT method |