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

Implemented cookie protection #10

Open
wants to merge 3 commits into
base: symfony-2
Choose a base branch
from

Conversation

thatside
Copy link

@thatside thatside commented Aug 8, 2017

Spam bots do not use cookies (see http://impresswithwp.com/3-ways-fight-comment-spam-wordpress-website/, https://www.thoughtco.com/solutions-to-protect-web-forms-from-spam-3467469) so this could be used as an another protection method.
Unfortunately I have no possibility to implement this for Symfony 3.x so I've implemented this method on Symfony 2.8.

@isometriks
Copy link
Owner

Thanks, I'll take a look through and fix up a couple things to make it work on 3.3. Should be using things like RequestStack instead of request, and there's a couple formatting issues. Have to add some instruction to README as well

@thatside
Copy link
Author

thatside commented Aug 9, 2017

This would be great, thank you!

(cherry picked from commit 3977118)
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.

3 participants