9 lines
183 B
YAML
9 lines
183 B
YAML
# Enable stateless CSRF protection for forms and logins/logouts
|
|
framework:
|
|
form:
|
|
csrf_protection:
|
|
token_id: submit
|
|
|
|
csrf_protection:
|
|
enabled: true
|