Add config option to disallow framing via CSP
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
@@ -25,7 +25,8 @@ module.exports = {
|
||||
addDisqus: false,
|
||||
addGoogleAnalytics: false,
|
||||
upgradeInsecureRequests: 'auto',
|
||||
reportURI: undefined
|
||||
reportURI: undefined,
|
||||
allowFraming: true
|
||||
},
|
||||
cookiePolicy: 'lax',
|
||||
protocolUseSSL: false,
|
||||
|
||||
Reference in New Issue
Block a user