Skip to content

Commit

Permalink
Enable CSRF for getTextProcessingResul
Browse files Browse the repository at this point in the history
Signed-off-by: MB-Finski <[email protected]>
  • Loading branch information
MB-Finski committed Jan 30, 2024
1 parent dd2b2f1 commit d0e4210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Controller/AssistantController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public function getTextProcessingTaskResultPage(int $taskId): TemplateResponse {
* @return DataResponse
*/
#[NoAdminRequired]
#[NoCSRFRequired]
#[BruteForceProtection(action: 'taskResults')]
public function getTextProcessingResult(int $taskId): DataResponse {
$task = $this->assistantService->getTextProcessingTask($this->userId, $taskId);
Expand Down

0 comments on commit d0e4210

Please sign in to comment.