From dd423a0c6b8500505ce175cf150c40780d13253b Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Fri, 5 Aug 2016 08:41:33 +0300 Subject: [PATCH] #14: integrate captcha with backend. Add validation message --- environments/dev/api/config/main-local.php | 1 + 1 file changed, 1 insertion(+) diff --git a/environments/dev/api/config/main-local.php b/environments/dev/api/config/main-local.php index 0d7edf0..70b921d 100644 --- a/environments/dev/api/config/main-local.php +++ b/environments/dev/api/config/main-local.php @@ -5,6 +5,7 @@ $config = [ 'request' => [ // !!! insert a secret key in the following (if it is empty) - this is required by cookie validation 'cookieValidationKey' => '', + 'enableCsrfValidation' => false, ], 'reCaptcha' => [ 'public' => '',