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

[BUG] #7

Open
TristanGitHub opened this issue Nov 22, 2021 · 0 comments
Open

[BUG] #7

TristanGitHub opened this issue Nov 22, 2021 · 0 comments

Comments

@TristanGitHub
Copy link

Describe the bug
This script is not working for Recaptcha Enterpise.
The captchas.js script is looking at "src*=api2". This value is not present with recapthca version2 enterprise (there "enterprise" should be used as value.

When changing this value the script is also not automatic submitting. I tried to fix this without success.

document.querySelector('iframe[src*=api2]').src.match(/[?&]k=(\w+)/)[1]
for(var iframe of document.querySelectorAll('iframe[src*=api2]')){
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

1 participant