Content Security Policy (CSP)

If your website uses a Content Security Policy (CSP), you’ll need to allow Addressable’s scripts and images to load properly.

circle-check

Required CSP Directives

To support Addressable and Adform tracking, update your CSP to include the following domains:

For scripts:

script-src
  https://*.adrsbl.io
  
script-src-elem
  https://*.adrsbl.io
  
connect-src
  https://*.adrsbl.io

For images:

These rules ensure the Addressable Pixel and Adform integrations function correctly without CSP-related errors.

circle-exclamation

Last updated

Was this helpful?