From 033674c5b2c9060bcefe91bcf84d51f0d482d4fe Mon Sep 17 00:00:00 2001 From: Anatoly Date: Wed, 14 Aug 2019 18:48:59 +0300 Subject: [PATCH] version 0.0.10: updated CORS config --- project/settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/settings/base.py b/project/settings/base.py index 2af9fe5f..02267e5c 100644 --- a/project/settings/base.py +++ b/project/settings/base.py @@ -321,7 +321,7 @@ RESETTING_TOKEN_EXPIRATION = 24 # hours # CORS Config CORS_ORIGIN_ALLOW_ALL = True -CORS_ALLOW_CREDENTIALS = False +CORS_ALLOW_CREDENTIALS = True # JWT