Skip to content

Commit

Permalink
[backend] Add GA tags in CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelHassine committed Oct 17, 2023
1 parent 581676d commit 8677252
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opencti-platform/opencti-graphql/src/http/httpPlatform.js
Original file line number Diff line number Diff line change
Expand Up @@ -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://*'],
Expand Down

0 comments on commit 8677252

Please sign in to comment.