t49tran / react-google-recaptcha-v3

Google Recaptcha V3 integration for React
MIT License
427 stars 91 forks source link

ReCaptcha v3 always has a score of 0.1 points. In chrome secret mode #112

Closed gitdog01 closed 2 years ago

gitdog01 commented 2 years ago

Hi ! have a good day !

I recently added reCaptcha v3 to my site. It is React/Next.js/JavaScript project. with this package

It works. When I tested it, it was 0.9 points. My colleague's script is 0.7 points.

It looks like pretty Good.

But, When I use Chrome Secret mode, I always get 0.1 point.

Since stackoverflow doesn't have the same question as me, I thought it might not be Google's problem, so I posted the question.

gitdog01 commented 2 years ago

ReCaptcha works by many different criterions. ReCaptcha collects information about users actions. But if user does not have any earlier actions to prove humane behavior ReCaptcha will automatically set lower score.

so it is not a problem