add csrf trusted

This commit is contained in:
Kseninia Mikhaylova 2024-06-25 14:46:55 +03:00
parent d8d9cef44d
commit 3ef164c72f
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ CORS_ALLOWED_ORIGINS = [
"http://localhost:3000", "http://localhost:3000",
"http://192.168.103.159:3000", "http://192.168.103.159:3000",
"https://toinv.svs-tech.pro", "https://toinv.svs-tech.pro",
"back",
] ]
CSRF_TRUSTED_ORIGINS = [ CSRF_TRUSTED_ORIGINS = [
"https://toinv.svs-tech.pro", "https://toinv.svs-tech.pro",