diff --git a/opencti-platform/opencti-graphql/src/http/httpPlatform.js b/opencti-platform/opencti-graphql/src/http/httpPlatform.js index f7881b2763ac..8fd8bc797329 100644 --- a/opencti-platform/opencti-graphql/src/http/httpPlatform.js +++ b/opencti-platform/opencti-graphql/src/http/httpPlatform.js @@ -96,6 +96,7 @@ const createApp = async (app) => { "'unsafe-inline'", 'http://cdn.jsdelivr.net/npm/@apollographql/', 'https://fonts.googleapis.com/', + 'https://www.googletagmanager.com/' ], fontSrc: ["'self'", 'data:', 'https://fonts.gstatic.com/'], imgSrc: ["'self'", 'data:', 'https://*', 'http://*'],