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.

© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies/SameSiteStatus