mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-21 21:17:13 +02:00
core/config: remove cookie secure option (#4907)
This commit is contained in:
parent
d5b4910951
commit
f684910ab3
9 changed files with 431 additions and 452 deletions
|
@ -44,7 +44,7 @@ func (a *Authenticate) Mount(r *mux.Router) {
|
|||
state := a.state.Load()
|
||||
csrfKey := fmt.Sprintf("%s_csrf", options.CookieName)
|
||||
csrfOptions := []csrf.Option{
|
||||
csrf.Secure(options.CookieSecure),
|
||||
csrf.Secure(true),
|
||||
csrf.Path("/"),
|
||||
csrf.UnsafePaths(
|
||||
[]string{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue