diff options
author | Literallie | 2017-10-20 12:31:16 +0200 |
---|---|---|
committer | Literallie | 2017-10-22 00:03:46 +0200 |
commit | 91101c856c3efac53e8a4db4cc537b77370aa7df (patch) | |
tree | 5bc25f9d094dc5b3c85248711c37619d3e62abdd /config.json.example | |
parent | 5b83deb043296c23ff912a2472703c1f7faddb4b (diff) |
Change CSP config format to be more intuitive
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 7 |
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": "", |