* CORS_ALLOW_CREDENTIALS
This commit is contained in:
parent
cea3c2a8ba
commit
92a5ac2c15
|
|
@ -47,6 +47,7 @@ CORS_ALLOWED_ORIGINS = [
|
||||||
|
|
||||||
if DISABLE_CORS:
|
if DISABLE_CORS:
|
||||||
CORS_ALLOW_ALL_ORIGINS = True
|
CORS_ALLOW_ALL_ORIGINS = True
|
||||||
|
CORS_ALLOW_CREDENTIALS = True
|
||||||
|
|
||||||
AUTH_USER_MODEL = 'store.User'
|
AUTH_USER_MODEL = 'store.User'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user