Move CSP logic to new file, Fix boolean config examples

Not sure why I was quoting these in the first place
This commit is contained in:
Literallie
2017-10-22 01:22:48 +02:00
parent e5f03fe135
commit 04f5e3a341
5 changed files with 91 additions and 81 deletions

View File

@@ -17,17 +17,17 @@
"production": {
"domain": "localhost",
"hsts": {
"enable": "true",
"enable": true,
"maxAgeSeconds": "31536000",
"includeSubdomains": "true",
"preload": "true"
"includeSubdomains": true,
"preload": true
},
csp: {
"enable": "true",
"enable": true,
"directives": {
},
"upgradeInsecureRequests": "auto"
"addDefaults": "true"
"addDefaults": true
},
"db": {
"username": "",