bugfix: http sites can't set cookies with secure=true
This commit is contained in:
parent
43e5a3ed4e
commit
df3df75820
@ -12,7 +12,6 @@ func (authMux *AuthMux) createCookie() *http.Cookie {
|
||||
Path: "/",
|
||||
HttpOnly: true,
|
||||
MaxAge: -1,
|
||||
Secure: true,
|
||||
SameSite: http.SameSiteLaxMode,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user