bundle/hedgedoc add new csp defaults
kunsi/bundlewrap/pipeline/head This commit looks good Details

This commit is contained in:
Sophie Schiller 2021-09-14 20:22:51 +02:00
parent 738dbd94a0
commit c9f9a27096
1 changed files with 5 additions and 2 deletions

View File

@ -14,10 +14,13 @@ defaults = {
'csp': {
'enable': True,
'directives': {},
'upgradeInsecureRequests': 'auto',
'addDefaults': True,
'addDisqus': False,
'addGoogleAnalytics': False
'addGoogleAnalytics': False,
'upgradeInsecureRequests': 'auto',
'reportURI': 'undefined',
'allowFraming': False,
'allowPDFEmbed': False,
},
'cookiePolicy': 'lax',
'db': {