We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7a28d commit 7942aefCopy full SHA for 7942aef
1 file changed
hauki/settings.py
@@ -292,7 +292,7 @@ def get_git_revision_hash() -> str:
292
# https://docs.djangoproject.com/en/3.0/ref/settings/#secure-proxy-ssl-header
293
SECURE_PROXY_SSL_HEADER = env("SECURE_PROXY_SSL_HEADER")
294
295
-CORS_ORIGIN_ALLOW_ALL = True
+CORS_ALLOW_ALL_ORIGINS = True
296
CSRF_COOKIE_NAME = "%s-csrftoken" % env("COOKIE_PREFIX")
297
SESSION_COOKIE_NAME = "%s-sessionid" % env("COOKIE_PREFIX")
298
0 commit comments