Add RUM to your CSP

Your organization may use a Content Security Policy (CSP) to improve the security of your application. The header, or alternatively a <meta> tag, allows you to define restrictions around resource loading of assets such as JavaScript, CSS, and images in order to reduce the surface area of Cross Site Scripting (XSS) and Click Jacking attacks.

If you are using SpeedCurve RUM, you will need to add the following rules to your policy:

script-src: cdn.speedcurve.com; 
img-src: lux.speedcurve.com;
connect-src: lux.speedcurve.com;