We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e673bc commit 832da47Copy full SHA for 832da47
projekpi/settings.py
@@ -253,3 +253,5 @@ def CAN_LOGIN_AS(request, target_user):
253
LOGINAS_LOGOUT_REDIRECT_URL = reverse_lazy("admin:index")
254
LOGINAS_REDIRECT_URL = "/admin"
255
X_FRAME_OPTIONS = 'ALLOW-FROM *'
256
+SESSION_COOKIE_SAMESITE = 'None' # As a string
257
+SESSION_COOKIE_SECURE = True
0 commit comments