Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reCaptcha loops indefinitely when tracking protection is used #546

Open
MemeKing opened this issue Apr 21, 2024 · 1 comment
Open

reCaptcha loops indefinitely when tracking protection is used #546

MemeKing opened this issue Apr 21, 2024 · 1 comment

Comments

@MemeKing
Copy link

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

@AlexMyU
Copy link

AlexMyU commented May 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants