diff --git a/src/createApp.js b/src/createApp.js index 496024d7690dfbc50e4472a47f878e86264d4eb3..24e30ea9eeced179b42a11d4d0f09c39838a3995 100644 --- a/src/createApp.js +++ b/src/createApp.js @@ -61,7 +61,8 @@ export function createApp () { next() }) app.use(helmet({ - contentSecurityPolicy: false + contentSecurityPolicy: false, + crossOriginEmbedderPolicy: false })) app.use('/healthy', health.LivenessEndpoint(healthCheck)) app.use('/ready', health.ReadinessEndpoint(healthCheck))