mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 09:04:39 +00:00
Proxy work in progress, fix missing acl
This commit is contained in:
parent
88c07be2ae
commit
dafaa5511c
@ -80,7 +80,7 @@ acl bannedHosts src {{ip}}
|
||||
{% if ('^' or '\\' or '$' or '[') in element %}
|
||||
acl whiteList url_regex {{element}}
|
||||
{% else %}
|
||||
acl dstdomain {{element}}
|
||||
acl whiteList dstdomain {{element}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user