recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

reCaptcha loops indefinitely when tracking protection is used

Open MemeKing opened this issue 1 year ago • 2 comments
trafficstars

This was previously discussed in issue #296 however someone did a whoopsie and closed it before the issue was resolved.

Issue description Various tracking protection options in browsers causes recaptcha to fail for unstated reasons.

Environment Windows 11, Firefox 125.0.1

MemeKing avatar Apr 21 '24 19:04 MemeKing

Hello!

I have the same issue and would add more information:

When clicking "I'm not a robot", I get in console Error in protected function: oB is not a function.

There are many similar questions with the solution to replace self = this with var self....

My problem is that I get this error on absolutely empty page (with both v2 and 3):

<html>
	<body>
		<script src="https://www.google.com/recaptcha/enterprise.js" async defer></script>
			
		<div class="g-recaptcha" data-sitekey="***" data-action="LOGIN"></div>
	</body>
</html>

So, I have no other scripts in this example at all.

This issue happens in Firefox only (private mode without cache, etc). In Chrome and Edge it works as expected.

AlexMyU avatar May 03 '24 09:05 AlexMyU

Same issue, I honestly have given up on some websites due to the captcha loop. I honestly think it's by design at this point and it's intentional! Google has become do ~~no~~ evil ~~even~~ if it increases revenue!

SedatedJdawg avatar Jul 02 '24 08:07 SedatedJdawg