Skip to content

Issue #2342473 by DYdave, ericgsmith: Added 'additional_form_ids'...

https://www.drupal.org/project/honeypot/issues/2342473

Initial implementation of honeypot protection of custom form ids:

  • Added new config additional_form_ids with install, schema, field in form settings and basic duplicates validation.
  • Updated the service HoneypotService::getProtectedForms to add the additional form ids to the list of protected forms.
  • Added automated phpunit Functional test case: HoneypotAdditionalFormIdsTest to test additional core form ids.

Merge request reports