CSRF_TRUSTED_ORIGINS added to config variable

This commit is contained in:
Dirk Alders 2023-04-02 22:04:57 +02:00
parent ac42684f90
commit 0fc3f008ad

View File

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