diff --git a/remote.go b/remote.go index 2c2db80..cf1aeda 100644 --- a/remote.go +++ b/remote.go @@ -912,6 +912,7 @@ type cookie struct { Secure bool `json:"secure"` Expiry interface{} `json:"expiry"` HTTPOnly bool `json:"httpOnly"` + SameSite string `json:"sameSite"` } func (c cookie) sanitize() Cookie {