Add missing CSRF checks
This commit is contained in:
committed by
fguillot
parent
41102ec161
commit
71123b0f37
@@ -64,6 +64,7 @@ class SubtaskHelper extends Base
|
||||
'subtask_id' => $subtask['id'],
|
||||
'user_id' => $userId,
|
||||
'fragment' => $fragment,
|
||||
'csrf_token' => $this->token->getReusableCSRFToken(),
|
||||
);
|
||||
|
||||
if ($subtask['status'] == 0 && $this->hasSubtaskInProgress()) {
|
||||
|
||||
Reference in New Issue
Block a user