Browse Source

CSRF_TRUSTED_ORIGINS added to config variable

master
Dirk Alders 1 year ago
parent
commit
0fc3f008ad
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      main/settings.py

+ 1
- 0
main/settings.py View File

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

Loading…
Cancel
Save