From cb6cb97e3fa7c37f6612cd88036f854df1080699 Mon Sep 17 00:00:00 2001 From: Chris Gross <gross.364@osu.edu> Date: Mon, 27 Jun 2016 16:56:49 -0400 Subject: [PATCH] daily build --- .../custom/wcm_security/wcm_security.strongarm.inc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/wcm_base/modules/custom/wcm_security/wcm_security.strongarm.inc b/profiles/wcm_base/modules/custom/wcm_security/wcm_security.strongarm.inc index 75ebfb1c..99128596 100644 --- a/profiles/wcm_base/modules/custom/wcm_security/wcm_security.strongarm.inc +++ b/profiles/wcm_base/modules/custom/wcm_security/wcm_security.strongarm.inc @@ -14,11 +14,11 @@ function wcm_security_strongarm() { $strongarm->disabled = FALSE; /* Edit this to true to make a default strongarm disabled initially */ $strongarm->api_version = 1; $strongarm->name = 'antibot_form_ids'; - $strongarm->value = 'comment_node_* -user_login -user_pass -user_register -contact_site_form'; + $strongarm->value = 'comment_node_* +user_pass +user_register +contact_site_form +webform_client_form_*'; $export['antibot_form_ids'] = $strongarm; $strongarm = new stdClass(); -- GitLab