jfinn hace 2 meses
padre
commit
848b6a6304
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      djc_srv/settings.py

+ 2
- 0
djc_srv/settings.py Ver fichero

@@ -27,6 +27,8 @@ SECRET_KEY = 'django-insecure-_from-git-publicly-available-15gztxt$8-od0il2^sm6e
27 27
 DEBUG = True
28 28
 print("Setting py init....")
29 29
 ALLOWED_HOSTS = ["*"]
30
+CSRF_TRUSTED_ORIGINS = ['https://*.videocorners.com','https://*.127.0.0.1']
31
+
30 32
 
31 33
 # jxn.fredericktheinsanelygreat.com
32 34
 

Loading…
Cancelar
Guardar