The SameSiteStatus type of the cookies API represents information about the SameSite state of a cookie.
The SameSiteStatus type of the cookies API represents information about the SameSite state of a cookie.
Values of this type are strings. Possible values are:
no_restrictionRepresents a cookie set without a SameSite attribute.
laxCorresponds to SameSite=Lax
strictCorresponds to a cookie set with SameSite=Strict
See SameSite cookies for more information.
© 2005–2023 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