Edit config.toml for disable csrf

This commit is contained in:
hanif salafi 2025-05-09 02:30:05 +00:00
parent 9e630859ba
commit ad5be7d530
1 changed files with 1 additions and 1 deletions

View File

@ -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