mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 23:24:46 -04:00
Disable GA and Disqus in default CSP
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
5aeb7f4d0f
commit
52231f688d
2 changed files with 24 additions and 2 deletions
|
@ -22,8 +22,8 @@ module.exports = {
|
|||
directives: {
|
||||
},
|
||||
addDefaults: true,
|
||||
addDisqus: true,
|
||||
addGoogleAnalytics: true,
|
||||
addDisqus: false,
|
||||
addGoogleAnalytics: false,
|
||||
upgradeInsecureRequests: 'auto',
|
||||
reportURI: undefined
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue