Ignore element_name and time_limit in honeypot.settings.yml config
These two settings allow for flexibility when configuring honeypot settings for our sites. element_name
allows users to change the name of the hidden form field. Adjusting the name can trick bots that may otherwise skip a field with a commonly used name. time_limit
can be used to increase/decrease the amount of seconds a user must spend on a form before they are able to proceed. Departments may want to adjust this to their liking.
These can be added to config ignore by adding
honeypot.settings:element_name
honeypot.settings:time_limit```