LAX constant

SameSite=Lax;

Cookies are allowed to be sent with top-level navigations and will be sent along with GET request initiated by third party website. This is the default value in modern browsers.

Implementation

static const LAX = const HTTPCookieSameSitePolicy._internal("Lax");