Implement MarkDown parser and improve AbstractParser

This commit is contained in:
Tim
2025-04-23 21:50:50 +02:00
parent cc3e050304
commit 0f6cc78e5e
9 changed files with 477 additions and 32 deletions

11
config/packages/csrf.yaml Normal file
View File

@ -0,0 +1,11 @@
# Enable stateless CSRF protection for forms and logins/logouts
framework:
form:
csrf_protection:
token_id: submit
csrf_protection:
stateless_token_ids:
- submit
- authenticate
- logout