:right-sidebar: True SameSitePolicy =================================================================== .. currentmodule:: gi.repository.Soup .. class:: SameSitePolicy :no-contents-entry: Represents the same-site policies of a cookie. Fields ------ .. rst-class:: interim-class .. class:: SameSitePolicy :no-index: .. attribute:: LAX The cookie is withheld on cross-site requests but exposed on cross-site navigations .. attribute:: NONE The cookie is exposed with both cross-site and same-site requests .. attribute:: STRICT The cookie is only exposed for same-site requests