bundle/hedgedoc add new csp defaults
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
738dbd94a0
commit
c9f9a27096
1 changed files with 5 additions and 2 deletions
|
@ -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': {
|
||||
|
|
Loading…
Reference in a new issue