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,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…
Cancel
Save