In this post i am going to create a rule to allow full internet access for squid user.
#vim /etc/squid/squid.conf
#create acl ruleacl trusted_user src 192.168.0.12
#apply rulehttp_access allow trusted_user
#service squid reload
Note: Keep the rule in same order which i have mentioned in snap.