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': {
|
'csp': {
|
||||||
'enable': True,
|
'enable': True,
|
||||||
'directives': {},
|
'directives': {},
|
||||||
'upgradeInsecureRequests': 'auto',
|
|
||||||
'addDefaults': True,
|
'addDefaults': True,
|
||||||
'addDisqus': False,
|
'addDisqus': False,
|
||||||
'addGoogleAnalytics': False
|
'addGoogleAnalytics': False,
|
||||||
|
'upgradeInsecureRequests': 'auto',
|
||||||
|
'reportURI': 'undefined',
|
||||||
|
'allowFraming': False,
|
||||||
|
'allowPDFEmbed': False,
|
||||||
},
|
},
|
||||||
'cookiePolicy': 'lax',
|
'cookiePolicy': 'lax',
|
||||||
'db': {
|
'db': {
|
||||||
|
|
Loading…
Reference in a new issue