Skip to content

Commit e4df7bb

Browse files
fix: update COOKIE_SAMESITE setting to NONE for Google cookie in staging (#126)
1 parent 6cf09b7 commit e4df7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todo_project/settings/staging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"COOKIE_DOMAIN": "realdevsquad.com",
3838
"COOKIE_SECURE": True,
39-
"COOKIE_SAMESITE": "Strict",
39+
"COOKIE_SAMESITE": "NONE",
4040
}
4141
)
4242

0 commit comments

Comments
 (0)