diff --git a/config/testing/cms.php b/config/testing/cms.php index d29bbc3c3..8267ac3e4 100644 --- a/config/testing/cms.php +++ b/config/testing/cms.php @@ -109,4 +109,16 @@ return [ 'themesPathLocal' => base_path('tests/fixtures/themes'), + /* + |-------------------------------------------------------------------------- + | Cross Site Request Forgery (CSRF) Protection + |-------------------------------------------------------------------------- + | + | If the CSRF protection is enabled, all "postback" requests are checked + | for a valid security token. + | + */ + + 'enableCsrfProtection' => false + ];