Added the cookie header to the documented list of headers to allow

through.
This commit is contained in:
Robert James Kaes 2003-08-05 16:11:06 +00:00
parent a117ed9cb0
commit 26ad896676

View File

@ -213,8 +213,12 @@ ViaProxyName "tinyproxy"
# no Anonymous keyword is present, then all header are allowed through. # no Anonymous keyword is present, then all header are allowed through.
# You must include quotes around the headers. # 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 "Host"
#Anonymous "Authorization" #Anonymous "Authorization"
#Anonymous "Cookie"
# #
# This is a list of ports allowed by tinyproxy when the CONNECT method # This is a list of ports allowed by tinyproxy when the CONNECT method