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

Add recaptcha 3 support for anti-spam protection #247

Closed
cirykpopeye opened this issue Apr 29, 2020 · 4 comments
Closed

Add recaptcha 3 support for anti-spam protection #247

cirykpopeye opened this issue Apr 29, 2020 · 4 comments
Labels

Comments

@cirykpopeye
Copy link
Contributor

Q A
Bug? no
New Feature? yes

Actual Behavior

Recaptcha v2 integration if enabled; Spam gets through easily

Expected Behavior

update to recaptcha v3 and add honeypot, maybe time-based ( at least 10s on page before submit?)

Possible Solutions

I created a bundle already where the honeypot is introduced and the recaptcha is updated to v3.
https://packagist.org/packages/comsa/sulu-spam-free-bundle

What are your thoughts?

@alexander-schranz
Copy link
Member

alexander-schranz commented Apr 29, 2020

@cirykpopeye the SuluFormBundle comes with a honeypot field it just need to be activated see: https://github.com/sulu/SuluFormBundle/blob/master/Resources/doc/dynamic.md#add-honeypot-field-for-spam-protection. We use the honeypot on sulu website and since implemented we have 0 spam.

The recaptcha is currently not provided by sulu form bundle it comes from the ewzrecaptchabundle as documented here:
They sadly have not yet a recaptcha v3 implementation excelwebzone/EWZRecaptchaBundle#218
Maybe there are currently better alternative bundles which we could implement a bridge type to it.

@alexander-schranz
Copy link
Member

alexander-schranz commented Jun 9, 2020

I'm thinking about adding a bridge type to https://github.com/karser/KarserRecaptcha3Bundle which will be implemented the same way as the EWZRecaptcha bridge type. Will Rename this issue to Recaptcha V3 as the honeypot is implemented. W

@alexander-schranz alexander-schranz changed the title Improve anti-spam Add recaptcha 3 support for anti-spam protection Jun 9, 2020
@manuxi
Copy link
Contributor

manuxi commented Dec 11, 2020

Since even before the recaptcha v3 integration in EWZRecaptchaBundle is there.

@alexander-schranz
Copy link
Member

alexander-schranz commented Dec 13, 2020

@manuxi thats nice to hear, thank you! So we can close this issue now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants