mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
12 lines
259 B
YAML
12 lines
259 B
YAML
![]() |
# Enable stateless CSRF protection for forms and logins/logouts
|
||
|
framework:
|
||
|
form:
|
||
|
csrf_protection:
|
||
|
token_id: submit
|
||
|
|
||
|
csrf_protection:
|
||
|
stateless_token_ids:
|
||
|
- submit
|
||
|
- authenticate
|
||
|
- logout
|