cookies.SameSiteStatus
The SameSiteStatus
type of the cookies
API represents information about the SameSite
state of a cookie.
Type
Values of this type are strings. Possible values are:
no_restriction
- Represents a cookie set without a
SameSite
attribute. lax
- Corresponds to
SameSite=Lax
strict
- Corresponds to a cookie set with
SameSite=Strict
See SameSite cookies for more information.