If your website uses a Content Security Policy (CSP), you’ll need to allow Addressable’s scripts and images to load properly.
To support Addressable and Adform tracking, update your CSP to include the following domains:
script-src
https://*.adrsbl.io
script-src-elem
https://*.adrsbl.io
connect-src
https://*.adrsbl.io
These rules ensure the Addressable Pixel and Adform integrations function correctly without CSP-related errors.
If your policy uses a default-src directive with 'none', make sure to explicitly allow these sources in the appropriate directives above.