Revert "authenticate,proxy: add same site lax to cookies (#2159)" (#2203) (#2204)

This reverts commit d9cc26a2e0.

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-05-17 03:39:31 +00:00 committed by GitHub
parent 5e408ed6ac
commit fec57f47ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View file

@ -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 {