diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 71be315f6..c8e3576df 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/cgi-bin/proxy.cgi @@ -3525,19 +3525,9 @@ END $_ =~ s/__PROXY_PORT__/$proxysettings{'PROXY_PORT'}/; print FILE $_; } - print FILE "\n#End of custom includes\n\n"; + print FILE "\n#End of custom includes\n"; close (ACL); } - - print FILE < 5.x -acl to_ipv6 dst ipv6 -acl from_ipv6 src ipv6 -http_access deny to_ipv6 -http_access deny from_ipv6 -END - ; - if ((!-z $extgrp) && ($proxysettings{'AUTH_METHOD'} eq 'ncsa') && ($proxysettings{'NCSA_BYPASS_REDIR'} eq 'on')) { print FILE "\nredirector_access deny for_extended_users\n"; } # Check if squidclamav is enabled.