* CORS_ALLOW_CREDENTIALS
This commit is contained in:
parent
29868a0c83
commit
9190f3058f
|
|
@ -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