diff --git a/poizonstore/settings.py b/poizonstore/settings.py index 2fc03ee..cb423c6 100644 --- a/poizonstore/settings.py +++ b/poizonstore/settings.py @@ -47,6 +47,7 @@ CORS_ALLOWED_ORIGINS = [ if DISABLE_CORS: CORS_ALLOW_ALL_ORIGINS = True + CORS_ALLOW_CREDENTIALS = True AUTH_USER_MODEL = 'store.User'