We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff452b commit e6699efCopy full SHA for e6699ef
routers/routes/routes.go
@@ -221,6 +221,7 @@ func NewMacaron() *macaron.Macaron {
221
Header: "X-Csrf-Token",
222
CookieDomain: setting.SessionConfig.Domain,
223
CookiePath: setting.AppSubURL,
224
+ SetHeader: true,
225
}))
226
m.Use(toolbox.Toolboxer(m, toolbox.Options{
227
HealthCheckFuncs: []*toolbox.HealthCheckFuncDesc{
0 commit comments