swh-web/config: Allow to enable/disable reCAPTCHA integration
Save code now forms are currently protected by reCAPTCHA to prevent bots.
While this is important for production, it is quite cumbersome for local
development. So allow to disable the use of reCAPTCHA through the new
configuration entry grecaptcha.activated
.
Related #1496 (closed)
Test Plan
Tests have been added for that new feature.
Migrated from D1012 (view on Phabricator)