From 21fd99e413f477a78d03a844aed991085b30c1f6 Mon Sep 17 00:00:00 2001 From: creylopez Date: Thu, 9 Jan 2025 08:35:43 +0000 Subject: [PATCH] =?UTF-8?q?A=C3=B1ado=20CSRF=20TRUSTED=20ORIGINS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysite/settings.py b/mysite/settings.py index d4de86e..7bed1aa 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ DEBUG = True ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] - +CSRF_TRUSTED_ORIGINS = ["*.ocp-cluster.reymota.lab"] # Application definition