version 0.0.10: updated CORS config
This commit is contained in:
parent
379ae2831a
commit
033674c5b2
|
|
@ -321,7 +321,7 @@ RESETTING_TOKEN_EXPIRATION = 24 # hours
|
||||||
|
|
||||||
# CORS Config
|
# CORS Config
|
||||||
CORS_ORIGIN_ALLOW_ALL = True
|
CORS_ORIGIN_ALLOW_ALL = True
|
||||||
CORS_ALLOW_CREDENTIALS = False
|
CORS_ALLOW_CREDENTIALS = True
|
||||||
|
|
||||||
|
|
||||||
# JWT
|
# JWT
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user