From 3a5b863e8ad8fa413ec642bbfc7b051e0fbbfc45 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 6 Nov 2024 16:20:13 +0530 Subject: [PATCH] changes --- config/settings/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings/local.py b/config/settings/local.py index f77c82c..ae8860c 100644 --- a/config/settings/local.py +++ b/config/settings/local.py @@ -13,7 +13,7 @@ # https://docs.djangoproject.com/en/dev/ref/settings/#allowed-hosts ALLOWED_HOSTS = [".localhost", "0.0.0.0", "127.0.0.1", "*"] -CSRF_TRUSTED_ORIGINS = ["https://*.localhost"] +CSRF_TRUSTED_ORIGINS = ["https://*.localhost", "https://cl8.vinnisoft.org"] # CACHES # ------------------------------------------------------------------------------