csrf error solve. try 1
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
# Enable stateless CSRF protection for forms and logins/logouts
|
||||
framework:
|
||||
form:
|
||||
csrf_protection:
|
||||
token_id: submit
|
||||
|
||||
csrf_protection:
|
||||
stateless_token_ids:
|
||||
- submit
|
||||
- authenticate
|
||||
- logout
|
||||
# form:
|
||||
# csrf_protection:
|
||||
# token_id: submit
|
||||
# csrf_protection:
|
||||
# stateless_token_ids:
|
||||
# - submit
|
||||
# - authenticate
|
||||
# - logout
|
||||
|
||||
Reference in New Issue
Block a user