]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removing port 563 from the default SSL_ports and Safe_ports ACLs
authorwessels <>
Fri, 13 Oct 2006 02:46:42 +0000 (02:46 +0000)
committerwessels <>
Fri, 13 Oct 2006 02:46:42 +0000 (02:46 +0000)
under the assumption that this port (for secure NNTP) is very
rarely used through Squid, and that allowing it by default increases
the chance that it can be abused for generic tunneling.

src/cf.data.pre

index f72932a6b3423139b508ed4c0cf0e064ec15d7a5..79a7c6ed947d77a84ff5e8ffb5c4eaa48144bbef 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.424 2006/09/18 23:05:43 hno Exp $
+# $Id: cf.data.pre,v 1.425 2006/10/12 20:46:42 wessels Exp $
 #
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
@@ -2670,10 +2670,10 @@ acl all src 0.0.0.0/0.0.0.0
 acl manager proto cache_object
 acl localhost src 127.0.0.1/255.255.255.255
 acl to_localhost dst 127.0.0.0/8
-acl SSL_ports port 443 563
+acl SSL_ports port 443
 acl Safe_ports port 80         # http
 acl Safe_ports port 21         # ftp
-acl Safe_ports port 443 563    # https, snews
+acl Safe_ports port 443                # https
 acl Safe_ports port 70         # gopher
 acl Safe_ports port 210                # wais
 acl Safe_ports port 1025-65535 # unregistered ports