Merge pull request #598 from xxyy/feature/csp

Implement basic CSP support
This commit is contained in:
Christoph (Sheogorath) Kern
2018-01-22 20:43:46 +01:00
committed by GitHub
12 changed files with 132 additions and 15 deletions

View File

@@ -13,6 +13,13 @@ module.exports = {
includeSubdomains: true,
preload: true
},
csp: {
enable: true,
directives: {
},
addDefaults: true,
upgradeInsecureRequests: 'auto'
},
protocolusessl: false,
usecdn: true,
allowanonymous: true,