]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove the suggesting hinting that one may end http_access with "allow all".
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 15 Sep 2009 23:49:34 +0000 (01:49 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Tue, 15 Sep 2009 23:49:34 +0000 (01:49 +0200)
Just mentioning "deny all" is sufficient, and less risky..

src/cf.data.pre

index 4de0b74cfe39260f36162614ad302e5235e8bbdd..afb26c31d5e4b6eaecdd979a8aeb9f98156915c9 100644 (file)
@@ -829,8 +829,8 @@ DOC_START
        opposite of the last line in the list.  If the last line was
        deny, the default is allow.  Conversely, if the last line
        is allow, the default will be deny.  For these reasons, it is a
-       good idea to have an "deny all" or "allow all" entry at the end
-       of your access lists to avoid potential confusion.
+       good idea to have an "deny all" entry at the end of your access
+       lists to avoid potential confusion.
 
        This clause supports both fast and slow acl types.
        See http://wiki.squid-cache.org/SquidFaq/SquidAcl for details.