SameSitePolicy#

class SameSitePolicy#

Represents the same-site policies of a cookie.

Fields#

class SameSitePolicy
LAX#

The cookie is withheld on cross-site requests but exposed on cross-site navigations

NONE#

The cookie is exposed with both cross-site and same-site requests

STRICT#

The cookie is only exposed for same-site requests