From b10ca3f6a26b2c82fce55487a9079484b2e7b30f Mon Sep 17 00:00:00 2001 From: creylopez Date: Tue, 14 Jan 2025 14:38:42 +0000 Subject: [PATCH] Actualizar 'mysite/settings.py' --- mysite/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysite/settings.py b/mysite/settings.py index 050ae34..1640447 100644 --- a/mysite/settings.py +++ b/mysite/settings.py @@ -27,8 +27,8 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [".ocp-cluster.reymota.lab","127.0.0.1"] -CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab"] +ALLOWED_HOSTS = [".ocp-cluster.reymota.lab","127.0.0.1", ".sraopenshift.siemens.es"] +CSRF_TRUSTED_ORIGINS = ["https://*.ocp-cluster.reymota.lab", "https://*.sraopenshift.siemens.es"] # Application definition