Problem/Motivation
The module provides a default list of forms that are protected when its enabled. This doesn't include webforms, so extra steps need to be taken when installing the module to protect webforms.
Proposed resolution
Update the configuration to also protect Webform submission forms.
Remaining tasks
Provide a MR with the change,
User interface changes
If the Webform module is installed, webforms are automatically protected when the Antibot module is installed.
API changes
n/a
Data model changes
n/a
Issue fork antibot-3579665
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
damienmckennaComment #4
damienmckennaThe MR just adds webform_submission_webform_* as a form ID pattern, problem solved.
Comment #5
danrodThanks @damienmckenna , I reviewed the change and it looks ok to me, I'll merge this to the 2.0.x branch.
Comment #6
danrodComment #7
danrod