What content security policy does Addressfinder require?
The Addressfinder widget requires permission from your content security policy (CSP) to:
- Load our
widget.js
file - Make outgoing requests to the Addressfinder API
- Load our stylesheet file
Our API and related assets are hosted on api.addressfinder.io
.
We recommend the following values be added in your content security policy:
script-src https://api.addressfinder.io;
connect-src https://api.addressfinder.io;
style-src https://api.addressfinder.io;