HomeSoftware Heritage

config: Add a new key to enable/disable recaptcha integration

Description

config: Add a new key 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'.

Closes T1496