Skip to content

Commit

Permalink
fix(dd-rum): add missing host for connect-src
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleynguyen committed Nov 15, 2023
1 parent 13f6228 commit 93e8b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/src/helpers/csp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const helmetOptions: HelmetOptions = {
connectSrc: [
"'self'",
// For Datadog RUM
'https://browser-intake-datadoghq.com',
'https://*.browser-intake-datadoghq.com',
// Launch Darkly feature flags
'https://*.launchdarkly.com',
Expand Down

0 comments on commit 93e8b31

Please sign in to comment.