[squid-users] Google recaptcha use

Dsant fab at votreservice.com
Tue Feb 20 08:06:48 UTC 2024


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.




More information about the squid-users mailing list