mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-22 12:43:39 +09:00
Merge branch 'master' into feat/approval
# Conflicts: # vendor/vendor.json
This commit is contained in:
@@ -119,6 +119,7 @@ func NewMacaron() *macaron.Macaron {
|
||||
Secret: setting.SecretKey,
|
||||
Cookie: setting.CSRFCookieName,
|
||||
SetCookie: true,
|
||||
Secure: setting.SessionConfig.Secure,
|
||||
Header: "X-Csrf-Token",
|
||||
CookiePath: setting.AppSubURL,
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user