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.
2 parents 967845e + 9fe73bd commit b3c3c6eCopy full SHA for b3c3c6e
website/content/middleware/csrf.md
@@ -64,7 +64,7 @@ CSRFConfig struct {
64
ContextKey string `json:"context_key"`
65
66
// Name of the CSRF cookie. This cookie will store CSRF token.
67
- // Optional. Default value "csrf".
+ // Optional. Default value "_csrf".
68
CookieName string `json:"cookie_name"`
69
70
// Domain of the CSRF cookie.
0 commit comments