Browse Source

Añado CSRF TRUSTED ORIGINS

main
creylopez 11 months ago
parent
commit
21fd99e413
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mysite/settings.py

+ 1
- 1
mysite/settings.py View File

@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-5@k8%e-(*v+8nb1)dvie3_$$ol=3747i)x^n3%j9pg@9j$=b)_
DEBUG = True DEBUG = True
ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"] ALLOWED_HOSTS = [".ocp-cluster.reymota.lab"]
CSRF_TRUSTED_ORIGINS = ["*.ocp-cluster.reymota.lab"]
# Application definition # Application definition


Loading…
Cancel
Save