Hi, https://github.com/django/django/blob/master/django/conf/global_settings.py#L472-L473
# Whether to set the flag restricting cookie leaks on cross-site requests. # This can be 'Lax', 'Strict', or None to disable the flag. This is not what is written in https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-SESSION_COOKIE_SAMESITE ( False: disables the flag. ) אורי [email protected] On Sun, Aug 9, 2020 at 3:47 PM אורי <[email protected]> wrote: > Hi, > > *SESSION_COOKIE_SAMESITE* - We use None to disable the flag in Django > 3.0. Will None (not as a string) disable the flag also in Django 3.1, or do > we have to convert it to False? > > > https://docs.djangoproject.com/en/3.0/ref/settings/#std:setting-SESSION_COOKIE_SAMESITE > > > > https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-SESSION_COOKIE_SAMESITE > > > אורי > [email protected] > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeENFV_FAawgKz9%3DQZvz95cQYcxCqe4bhiqmO4FFLUJ4JQ%40mail.gmail.com.

