<sect1>Changes to existing directives<label id="modifieddirectives">
<p>
<descrip>
- <p>No changes to existing directives in this version.
+ <tag>acl</tag>
+ <p>The <em>CONNECT</em> ACL definition is now built-in.
</descrip>
DEFAULT: manager url_regex -i ^cache_object:// +i ^https?://[^/]+/squid-internal-mgr/
DEFAULT: localhost src 127.0.0.1/32 ::1
DEFAULT: to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1
-DEFAULT_DOC: ACLs all, manager, localhost, and to_localhost are predefined.
+DEFAULT: acl CONNECT method CONNECT
+DEFAULT_DOC: ACLs all, manager, localhost, to_localhost, and CONNECT are predefined.
DOC_START
Defining an Access List
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
-acl CONNECT method CONNECT
NOCOMMENT_END
DOC_END