www/squid: authenticate before blacklist (#4670)

This commit is contained in:
Andy Binder
2025-05-01 21:01:41 +02:00
committed by GitHub
parent 5c2207906b
commit 7e8c9e1f61
@@ -28,6 +28,10 @@ adaptation_access request_mod allow whiteList
http_access allow whiteList
{% endif %}
{% if not helpers.empty('OPNsense.proxy.forward.authentication.method') %}
http_access deny !local_auth
{% endif %}
{% if helpers.exists('OPNsense.proxy.forward.acl.blackList') %}
#