chore: align CSRF settings with deployment config (#18116)

This commit is contained in:
Steven Masley
2025-05-30 09:30:49 -05:00
committed by GitHub
parent 1fba4195fb
commit 216fe441cf

View File

@ -860,7 +860,7 @@ func New(options *Options) *API {
next.ServeHTTP(w, r)
})
},
// httpmw.CSRF(options.DeploymentValues.HTTPCookies),
httpmw.CSRF(options.DeploymentValues.HTTPCookies),
)
// This incurs a performance hit from the middleware, but is required to make sure