Fix example config
This commit fixes some json fromat issues in our config example that causes errors on setup. This change should fix it. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
This commit is contained in:
parent
10121118fb
commit
132b445fef
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
"includeSubdomains": true,
|
||||
"preload": true
|
||||
},
|
||||
csp: {
|
||||
"csp": {
|
||||
"enable": true,
|
||||
"directives": {
|
||||
},
|
||||
"upgradeInsecureRequests": "auto"
|
||||
"upgradeInsecureRequests": "auto",
|
||||
"addDefaults": true,
|
||||
"addDisqus": true,
|
||||
"addGoogleAnalytics": true
|
||||
|
|
Loading…
Reference in a new issue