From 3ef164c72faf26d369fb7f4511ab038498ad456c Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Tue, 25 Jun 2024 14:46:55 +0300 Subject: [PATCH] add csrf trusted --- back/api/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/back/api/settings.py b/back/api/settings.py index 99de94f..a8264a8 100644 --- a/back/api/settings.py +++ b/back/api/settings.py @@ -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",