]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fixed typos in the host_verify_strict description.
authorAlex Rousskov <rousskov@measurement-factory.com>
Mon, 10 Oct 2011 14:39:00 +0000 (08:39 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Mon, 10 Oct 2011 14:39:00 +0000 (08:39 -0600)
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

index 5fd1c786602a70bdc7353135547c6a2656c4777a..bd59243d21d8002ab131f55038469da9e916cf58 100644 (file)
@@ -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