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

Allow disabling form error if honeypot is filled in #28

Merged
merged 1 commit into from Sep 19, 2019
Merged

Allow disabling form error if honeypot is filled in #28

merged 1 commit into from Sep 19, 2019

Conversation

ghost
Copy link

@ghost ghost commented Sep 12, 2019

Fixes #17.

The option is set in such a way that the default remains the same as before and is backwards compatible.

The reasoning behind not showing an error is primarily not to make bots suspicious; some bots that encounter errors after submit, will try submitting again with different combinations of data until they get a 200 status code.

Of course, this assumes that the user handles the "bird in cage" or "honeypot triggered" event or status by himself, which is intended.

@eymengunay eymengunay merged commit 1faf275 into eymengunay:master Sep 19, 2019
@eymengunay
Copy link
Owner

Hello @tominventisbe ,

Thank you for the PR! It looks perfect, I have merged it now!

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.

add ability to not raise FormError when honeypot is filled
1 participant