Skip to content

Commit 6cf09b7

Browse files
fix staging build (#125)
* fix: Improve error logging in Google OAuth callback and update cookie domain settings for staging * feat: Add fix-staging-build branch to deployment triggers * fix: Update SameSite attribute for cookies to 'Strict' for improved security * fix: Remove 'fix-staging-build' branch from deployment triggers * fix: Remove error logging from Google OAuth callback * fix: Remove exception details from GoogleCallbackView error handling * fix: Update SameSite attribute for cookies to 'None' for compatibility
1 parent 251b054 commit 6cf09b7

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
@@ -70,7 +70,7 @@
7070
SECURE_SSL_REDIRECT = False
7171
SESSION_COOKIE_SECURE = True
7272
SESSION_COOKIE_DOMAIN = "realdevsquad.com"
73-
SESSION_COOKIE_SAMESITE = "Strict"
73+
SESSION_COOKIE_SAMESITE = "None"
7474
CSRF_COOKIE_SECURE = True
7575

7676
SPECTACULAR_SETTINGS.update(

0 commit comments

Comments
 (0)