Explorar el Código

CSRF_TRUSTED_ORIGINS added to config variable

master
Dirk Alders hace 1 año
padre
commit
0fc3f008ad
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      main/settings.py

+ 1
- 0
main/settings.py Ver fichero

@@ -41,6 +41,7 @@ USER_CONFIG_DEFAULTS = {
41 41
     'SECRET_KEY': None,
42 42
     'DEFAULT_THEME': 'clear-green',
43 43
     'ALLOWED_HOSTS': ['127.0.0.1', ],
44
+    'CSRF_TRUSTED_ORIGINS': [],
44 45
 }
45 46
 
46 47
 # Set configuration parameters

Loading…
Cancelar
Guardar