mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 06:18:26 +02:00
12 lines
286 B
YAML
12 lines
286 B
YAML
# Enable stateless CSRF protection for forms and logins/logouts
|
|
framework:
|
|
form:
|
|
csrf_protection:
|
|
token_id: submit
|
|
|
|
csrf_protection:
|
|
check_header: true
|
|
stateless_token_ids:
|
|
- submit
|
|
- authenticate
|
|
- logout
|