locomotivecms / steam

The rendering stack used by both Wagon and Station (new name of the engine). It includes the rack stack and the liquid drops/filters/tags.
MIT License
38 stars 59 forks source link

Make the recaptcha minimum acceptable score configurable #219

Open sbidoul opened 1 year ago

sbidoul commented 1 year ago

The recaptcha score is a value between 0 and 1.

Google recommends to analyze traffic and configure the acceptable score.

On a particular site in production, we notice a lot of spam with a score of 0.1 whereas legit submissions have a score of 0.9.

So I select a default value of 0.2, but I'm happy to set anything else that you'd feel more sensible.

sbidoul commented 1 year ago

cc/ @sebastienbeau

sebastienbeau commented 1 year ago

@did