Hi. Sorry with my poor English. Why don't work blocking URL with %xx ?
To example - If URL is http://somewhere/somefile.mp3 - it's OK - URL blocked my ACL but if URL is http://somewhere/somefile.%6dp3 - URL is not blocked! I use squidGuard 1.2.0 Alexander ---------------------------------------------- It's my short test configs: FILE dest_ext --- \.mp[2-3]$ --- FILE squidGuard.conf --- dest deny_ext { expressionlist /usr/local/squidGuard/deny_ext redirect http://localhost/squidguard/de.html src mynet { ip 192.168.1.0/24 } acl { mynet { pass !deny_ext all } default { pass none } } ---
