We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18dce21 + 67a65bd commit e1b2f25Copy full SHA for e1b2f25
1 file changed
applications/composer/backend/backend/settings.py
@@ -379,6 +379,7 @@
379
# LOGIN_REDIRECT_URL = "/"
380
SOCIAL_AUTH_LOGIN_REDIRECT_URL = "/"
381
LOGOUT_REDIRECT_URL = "/logged-out/"
382
+SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
383
384
if DEBUG:
385
INSTALLED_APPS += [
@@ -403,3 +404,4 @@
403
404
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
405
USE_X_FORWARDED_HOST = True
406
SECURE_SSL_REDIRECT = False
407
+
0 commit comments