forked from DGNum/gestioCOF
Whitelist bda and cof apps for cross-domain
This commit is contained in:
parent
4bd2562edf
commit
a4eedbc1a6
1 changed files with 5 additions and 0 deletions
|
@ -197,6 +197,11 @@ AUTHENTICATION_BACKENDS = (
|
|||
|
||||
RECAPTCHA_USE_SSL = True
|
||||
|
||||
CORS_ORIGIN_REGEX_WHITELIST = (
|
||||
'bda.ens.fr',
|
||||
'cof.ens.fr',
|
||||
)
|
||||
|
||||
# Cache settings
|
||||
|
||||
CACHES = {
|
||||
|
|
Loading…
Reference in a new issue