Edit config.toml for disable csrf
This commit is contained in:
parent
9e630859ba
commit
ad5be7d530
|
|
@ -54,7 +54,7 @@ max = 20
|
|||
expiration_seconds = 60
|
||||
|
||||
[middleware.csrf]
|
||||
enable = true
|
||||
enable = false
|
||||
cookie-name = "csrf_"
|
||||
cookie-same-site = "Lax"
|
||||
cookie-secure = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue