add csrf trusted
This commit is contained in:
parent
d8d9cef44d
commit
3ef164c72f
|
@ -39,7 +39,6 @@ CORS_ALLOWED_ORIGINS = [
|
|||
"http://localhost:3000",
|
||||
"http://192.168.103.159:3000",
|
||||
"https://toinv.svs-tech.pro",
|
||||
"back",
|
||||
]
|
||||
CSRF_TRUSTED_ORIGINS = [
|
||||
"https://toinv.svs-tech.pro",
|
||||
|
|
Loading…
Reference in New Issue