diff options
author | Michael Adam <obnox@samba.org> | 2009-10-11 01:59:35 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-10-11 02:00:44 +0200 |
commit | 7b8171fe01209c497452ed28dbf12b624c91406c (patch) | |
tree | 21d1401749bb996156f60a49b5bf70133a1f5eb9 /tests/scripts | |
parent | db7f340b3a0098f801b53e8aa066e913b157be87 (diff) | |
download | tinyproxy-7b8171fe01209c497452ed28dbf12b624c91406c.tar.gz tinyproxy-7b8171fe01209c497452ed28dbf12b624c91406c.zip |
tests: add commented out DisableViaHeader to tinyproxy conf in the tests.
Diffstat (limited to '')
-rwxr-xr-x | tests/scripts/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/scripts/run_tests.sh b/tests/scripts/run_tests.sh index 477a235..fdc1ee3 100755 --- a/tests/scripts/run_tests.sh +++ b/tests/scripts/run_tests.sh @@ -90,6 +90,7 @@ StartServers 10 MaxRequestsPerChild 0 Allow 127.0.0.0/8 ViaProxyName "tinyproxy" +#DisableViaHeader Yes ConnectPort 443 ConnectPort 563 FilterURLs On |