CSRF_TRUSTED_ORIGINS added to config variable
This commit is contained in:
parent
ac42684f90
commit
0fc3f008ad
@ -41,6 +41,7 @@ USER_CONFIG_DEFAULTS = {
|
||||
'SECRET_KEY': None,
|
||||
'DEFAULT_THEME': 'clear-green',
|
||||
'ALLOWED_HOSTS': ['127.0.0.1', ],
|
||||
'CSRF_TRUSTED_ORIGINS': [],
|
||||
}
|
||||
|
||||
# Set configuration parameters
|
||||
|
Loading…
x
Reference in New Issue
Block a user