Files
TijdVoorDeTest/templates/backoffice/quiz
Marijn 246ff999d3 Add CSRF token validation for quiz-related actions
- Added CSRF validation to `enableQuiz`, `clearQuiz`, `deleteQuiz`, `toggleCandidate`, and `prepareElimination` actions.
- Updated Twig templates to replace links with POST forms to include CSRF tokens.
- Set HTTP method restrictions for related endpoints to `POST`.
2026-05-24 16:06:04 +02:00
..