We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfdd19 commit 454e623Copy full SHA for 454e623
server.ts
@@ -92,7 +92,7 @@ fastify.register(helmet, {
92
'connect-src': ["'self'", 'sdk.openui5.org', sentryHost, dynatraceOrigin],
93
'script-src': isLocalDev ? ["'self'", "'unsafe-inline'", dynatraceOrigin] : ["'self'", dynatraceOrigin],
94
// @ts-ignore
95
- 'frame-ancestors': [fastify.config.FRAME_ANCESTORS],
+ 'frame-ancestors': [...fastify.config.FRAME_ANCESTORS.split(',')],
96
},
97
98
});
0 commit comments