You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cookie struct does not accommodate HTTPOnly and SameSite fields, described in the spec.
This makes it impossible to specify the HTTPOnly and SameSite field of a cookie. This field can be specified in the Set-Cookie HTTP header, so the Cookie struct should also support it.
The text was updated successfully, but these errors were encountered:
The Cookie struct does not accommodate HTTPOnly and SameSite fields, described in the spec.
This makes it impossible to specify the
HTTPOnly
andSameSite
field of a cookie. This field can be specified in theSet-Cookie
HTTP header, so theCookie
struct should also support it.The text was updated successfully, but these errors were encountered: