add them in squid.inc file i made some correction with caching options like this

GL
I have put it in squid.inc so it looks like this:
acl allowed_subnets src 192.168.90.0/24
acl blacklist url_regex -i "/var/squid/acl/blacklist.acl"
no_cache deny dynamic
http_access allow allowed_subnets
http_access allow manager localhostbut now i have problem that setting domain in blacklist doesn't work.
is it because of this 'allowed_subnets' or is it another error in pfsense package?