Skip to content

Commit

Permalink
fix: add dd rum proxy to csp
Browse files Browse the repository at this point in the history
  • Loading branch information
pregnantboy committed Oct 9, 2024
1 parent 4d29c58 commit bfa8974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/backend/src/helpers/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ const helmetOptions: HelmetOptions = {
'https://*.browser-intake-datadoghq.com',
// Launch Darkly feature flags
'https://*.launchdarkly.com',
// For proxying datadog rum
'https://rum-proxy.plumber.gov.sg',
appConfig.baseUrl,
],
// for google fonts
Expand Down

0 comments on commit bfa8974

Please sign in to comment.