Hello everyone, I have a problem, or well at least i dont have solution for 1 thing i need. Problem is i use squid to allow specific address to only have access to specific websites, and that works. But problem is i have to manualy add what file types it can access from those web sites , and i want to allow all. I have in config file acl allows1 dstdomain "/etc/squid/allow.squid" which is list of all web sites that can be accessed. And i have http_access allow allowcomp allows1 , and that works in the way i wanted , allowcomp list has access to only allows1 list of websites. And i want them to have full access to those sites , meaning to file restriciton. But it doesnt work like that , i needed to make acl allowfile url_regex -i "/etc/squid/allowfile" with list of accepted files , like png,gif,jpg and so on. How i can i bypass this so everything can pass with those websites in allows1 list ? Thank you in advance Zoran