Change CSP config format to be more intuitive

This commit is contained in:
Literallie
2017-10-20 12:31:16 +02:00
parent 5b83deb043
commit 91101c856c
5 changed files with 48 additions and 14 deletions

View File

@@ -22,6 +22,13 @@
"includeSubdomains": "true",
"preload": "true"
},
csp: {
"enable": "true",
"directives": {
},
"upgradeInsecureRequests": "auto"
"addDefaults": "true"
},
"db": {
"username": "",
"password": "",