eymengunay / EoHoneypotBundle

Honeypot type for Symfony forms

Home Page:https://github.com/eymengunay/EoHoneypotBundle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reject form if honeypot field is omitted?

mpdude opened this issue · comments

I am under the impression that if the submitted form does not contain the honeypot field at all, it is accepted as well.

Would it make sense to make this check more strict and also reject the form if someone tries to submit an older (cached) version of the form without the field?

Would you accept a PR for that?