Thanks to visit codestin.com Credit goes to github.com
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 1fba419 commit 216fe44Copy full SHA for 216fe44
coderd/coderd.go
@@ -860,7 +860,7 @@ func New(options *Options) *API {
860
next.ServeHTTP(w, r)
861
})
862
},
863
- // httpmw.CSRF(options.DeploymentValues.HTTPCookies),
+ httpmw.CSRF(options.DeploymentValues.HTTPCookies),
864
)
865
866
// This incurs a performance hit from the middleware, but is required to make sure
0 commit comments