Ver código fonte

CSRF_TRUSTED_ORIGINS added to config variable

master
Dirk Alders 1 ano atrás
pai
commit
0fc3f008ad
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      main/settings.py

+ 1
- 0
main/settings.py Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar