summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorLiterallie2017-10-20 12:31:16 +0200
committerLiterallie2017-10-22 00:03:46 +0200
commit91101c856c3efac53e8a4db4cc537b77370aa7df (patch)
tree5bc25f9d094dc5b3c85248711c37619d3e62abdd /config.json.example
parent5b83deb043296c23ff912a2472703c1f7faddb4b (diff)
Change CSP config format to be more intuitive
Diffstat (limited to 'config.json.example')
-rw-r--r--config.json.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
index e2d774c7..7e4394b0 100644
--- a/config.json.example
+++ b/config.json.example
@@ -22,6 +22,13 @@
"includeSubdomains": "true",
"preload": "true"
},
+ csp: {
+ "enable": "true",
+ "directives": {
+ },
+ "upgradeInsecureRequests": "auto"
+ "addDefaults": "true"
+ },
"db": {
"username": "",
"password": "",