diff --git a/src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf b/src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf index 6c70dc825..405d91862 100644 --- a/src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf +++ b/src/opnsense/service/templates/OPNsense/Proxy/squid.acl.conf @@ -138,20 +138,6 @@ http_access deny bannedHosts {% endif %} # Only allow cachemgr access from localhost -{% if helpers.exists('OPNsense.proxy.forward.icap.enable') and OPNsense.proxy.forward.icap.enable == '1' %} -{% if helpers.exists('OPNsense.proxy.forward.icap.ResponseURL') %} -adaptation_access response_mod allow localhost manager -{% endif %} -{% if helpers.exists('OPNsense.proxy.forward.icap.RequestURL') %} -adaptation_access request_mod allow localhost manager -{% endif %} -{% if helpers.exists('OPNsense.proxy.forward.icap.ResponseURL') %} -adaptation_access response_mod deny manager -{% endif %} -{% if helpers.exists('OPNsense.proxy.forward.icap.RequestURL') %} -adaptation_access request_mod deny manager -{% endif %} -{% endif %} http_access allow localhost manager http_access deny manager