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

[FEATURE] Enable use of multiple captchas on same page + validation via stream #9

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

David-Bascom
Copy link

Adds two new features to the extension:

  • Enable use of multiple captchas on same page: Currently only one captcha is possible per page, because captcha-id is not unique and the JS is included inline instead of using the pageRenderer. Fixed by using the pageRenderer and a small JS – both are only included once.
  • Fallback for validation via stream in case curl fails with empty result: There are certain server-configurations where curl is installed but the result is empty due to firewall restrictions. This adds a fallback using file_get_contents() which works in most cases.

[FEATURE] Fallback for validation via stream in can curl fails with empty result
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

Successfully merging this pull request may close these issues.

1 participant