We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current captcha implementation uses plain text, which can be easily inspected and extracted from the page source (e.g., using developer tools).
To address this vulnerability, I implemented a solution by converting the captcha from plain text to an image.
Please review this solution and let me know if I should open a PR for the implementation.
The text was updated successfully, but these errors were encountered:
@AdityaSinha2305 Implemented the feature and opened a PR
Sorry, something went wrong.
@Vai-Man Surely, we'll look into it.
Vai-Man
No branches or pull requests
The current captcha implementation uses plain text, which can be easily inspected and extracted from the page source (e.g., using developer tools).
To address this vulnerability, I implemented a solution by converting the captcha from plain text to an image.
Please review this solution and let me know if I should open a PR for the implementation.
The text was updated successfully, but these errors were encountered: