Adding c/side to your Content Security Policy (CSP)
If you're using a Content Security Policy, make sure to add proxy.csidetm.com
to your script-src
and connect-src
directives to your current CSP settings. For example:
Make sure to not replace your current CSP settings, rather just add this configuration as an addition to your current settings. This will accomodate for any potential downtime of the proxy (we have an SLA of 99.99% uptime), so that in the case of downtime your scripts will continue to be allowed to load unproxied and not be blocked by the CSP settings.
As part of your c/side plan you can direct your CSP violations to our dashboard.
Learn more about setting up CSP here.