From 610eacdc8ef2fa2aff3c1c17f25c9e836effc5ba Mon Sep 17 00:00:00 2001 From: Alex Rousskov Date: Mon, 10 Oct 2011 08:39:00 -0600 Subject: [PATCH] Fixed typos in the host_verify_strict description. Frankly, the description is likely to still make little sense to uninitiated because we do not explain what is "Host vs IP validation" and what the "additional strict validation comparisons" are. There was an attempt to explain the latter, but I think it failed. Perhaps there are more typos that hide the intended meaning? --- src/cf.data.pre | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 5fd1c78660..bd59243d21 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1782,14 +1782,14 @@ TYPE: onoff DEFAULT: off LOC: Config.onoff.hostStrictVerify DOC_START - By default Squid performs Host vs IP this validation on intercept + By default Squid performs Host vs IP validation on intercept and tproxy traffic. This option enables additional strict validation comparisons on forward-proxy and reverse-proxy traffic passing through Squid. - These additional texts involve textual domain comparison of the - authority form URL found in the request-URL and Host: header. To + These additional tests involve textual domain comparison of the + authority form URL found in the request-URL and Host: header to ensure that the client sends a consistent Host header for the destination server with the URL. DOC_END -- 2.47.3