Skip to content
Snippets Groups Projects
Commit 458e66c6 authored by richard.petersen's avatar richard.petersen :sailboat:
Browse files

Disable origin cluster agent config

parent 949266ea
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,8 @@ export function createApp () {
})
app.use(helmet({
contentSecurityPolicy: false,
crossOriginEmbedderPolicy: false
crossOriginEmbedderPolicy: false,
originAgentCluster: false
}))
app.use('/healthy', health.LivenessEndpoint(healthCheck))
app.use('/ready', health.ReadinessEndpoint(healthCheck))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment