If you're using Content Security Policy (CSP) to mitigate potential impact from exploits such as XSS, you need to make sure the policy allows Splunk RUM:
- If you use our CDN to load the agent make sure to allow
script-src
cdn.signalfx.com
- Cases of self-hosting and npm installation should already be covered by your site, as otherwise interactivity on your site wouldn't work.
- Add the host from
beaconUrl
value toconnect-src
, ie.connect-src
app.us1.signalfx.com