4

Is there any way to whitelist ip's from google reCAPTCHA v3 that google didn't consider those ip's as bot.

is it possible?

Atanu Samanta
  • 145
  • 2
  • 11

1 Answers1

2

Unfortunately there is no way of doing this using Google API.

The sad truth is, as of know, Google ReCaptcha scores processing is considered neither reliable nor stable, nor even predictable by the community. So it might show 0.9 score for repeating scam requests easily, while giving 0.3 to real users that are more likely to be blocked by your threshold.

You can look through related ReCaptcha issues on GitHub page. For example try to read this one.

Regards.

kosmeln
  • 247
  • 2
  • 10