mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-01 22:25:08 +00:00
#1891 attempt to fix invalid csrf token
This commit is contained in:
@@ -156,7 +156,8 @@ var (
|
||||
CacheConn string
|
||||
|
||||
// Session settings
|
||||
SessionConfig session.Options
|
||||
SessionConfig session.Options
|
||||
CSRFCookieName = "_csrf"
|
||||
|
||||
// Git settings
|
||||
Git struct {
|
||||
|
Reference in New Issue
Block a user