Add missing CSRF checks
This commit is contained in:
committed by
fguillot
parent
41102ec161
commit
71123b0f37
@@ -21,6 +21,7 @@ class BoardAjaxController extends BaseController
|
||||
*/
|
||||
public function save()
|
||||
{
|
||||
$this->checkReusableGETCSRFParam();
|
||||
$project_id = $this->request->getIntegerParam('project_id');
|
||||
|
||||
if (! $project_id || ! $this->request->isAjax()) {
|
||||
|
||||
Reference in New Issue
Block a user