SameSitePolicy
Description:
[ CCode ( cprefix = "SOUP_SAME_SITE_POLICY_" , type_id = "soup_same_site_policy_get_type ()" ) ]
public enum SameSitePolicy
Represents the same-site policies of a cookie.
Content:
Enum values:
- 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