logoalt Hacker News

Using Cloudflare Workers and reCAPTCHA v3 for a Static Site Contact Form

28 pointsby speckxyesterday at 6:43 PM7 commentsview on HN

Comments

devyyesterday at 8:55 PM

Google has reduced the free tier limit for reCAPTCHA v3 from 1 million down to 10,000 assessments per month as part of its mandatory migration to Google Cloud. [1] So basically it's NOT a viable anti-spam mechanism for many use cases any more because that 10k asessment is easily breached. Let alone the fact that you can't use recaptcha v3 unless you signs up for Google Cloud as well.

Cloudflare Turnstile is a valid alternative though. [2]

[1] https://docs.cloud.google.com/recaptcha/docs/migration-overv...

[2] https://www.cloudflare.com/products/turnstile/

show 1 reply
goda90yesterday at 8:25 PM

Is reCAPTCHA v3 the one that has the chance of forcing you to use a Google or Apple phone to scan a QR code even if opening it on a PC?

show 1 reply
dom96yesterday at 8:32 PM

Workers are great for this sort of thing and these days with Turnstile and Email Sending beta[1] you can have Cloudflare handle it all

1 - https://developers.cloudflare.com/email-service/

show 2 replies