Hello, I set up a squid proxy, I want to allow some sites, Google recaptcha and block everything else. acl mydest dstdomain .projet-voltaire.fr http_access allow mydest acl google_recaptcha url_regex ^www.google.com/recaptcha/$ http_access allow google_recaptcha http_access deny all The captcha is not showing. A syntax error ? Thanks.