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