mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-02 19:04:14 +02:00
This reverts commit d9cc26a2e0
.
Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
5e408ed6ac
commit
fec57f47ae
3 changed files with 0 additions and 6 deletions
|
@ -3,7 +3,6 @@ package proxy
|
|||
import (
|
||||
"crypto/cipher"
|
||||
"encoding/base64"
|
||||
"net/http"
|
||||
"net/url"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
@ -86,7 +85,6 @@ func newProxyStateFromConfig(cfg *config.Config) (*proxyState, error) {
|
|||
Secure: cfg.Options.CookieSecure,
|
||||
HTTPOnly: cfg.Options.CookieHTTPOnly,
|
||||
Expire: cfg.Options.CookieExpire,
|
||||
SameSite: http.SameSiteLaxMode,
|
||||
}
|
||||
}, state.encoder)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue