We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a1808 commit ba01cdfCopy full SHA for ba01cdf
settings.py
@@ -56,8 +56,3 @@
56
# https://docs.djangoproject.com/en/3.2/topics/http/sessions/
57
58
SESSION_ENGINE = "api.models.session"
59
-
60
-CSRF_TRUSTED_ORIGINS = []
61
-if ENV != "local":
62
- CSRF_TRUSTED_ORIGINS.append(SERVICE_SITE_URL.removeprefix("https://"))
63
- print(f"CSRF_TRUSTED_ORIGINS = {CSRF_TRUSTED_ORIGINS}")
0 commit comments