diff options
| author | Christoph (Sheogorath) Kern | 2018-04-05 01:13:15 +0200 | 
|---|---|---|
| committer | GitHub | 2018-04-05 01:13:15 +0200 | 
| commit | 96af23fa31cd3d4e4f50ad2e66a500f5e88ad64f (patch) | |
| tree | bf43b699f0913e28ed8de0e2c9410708538c04c7 /lib/config | |
| parent | a9a057723021ac4833ae665d0321c03564281b9e (diff) | |
| parent | d939de17df08b7a2ff8302869981f4fc88566cd9 (diff) | |
Merge pull request #791 from SISheogorath/fix/extendedCSPPolicies
Fix CSP for disqus and Google Analytics
Diffstat (limited to '')
| -rw-r--r-- | lib/config/default.js | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/config/default.js b/lib/config/default.js index b6f1af17..68849d36 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -18,6 +18,8 @@ module.exports = {      directives: {      },      addDefaults: true, +    addDisqus: true, +    addGoogleAnalytics: true,      upgradeInsecureRequests: 'auto',      reportURI: undefined    }, | 
