πŸ“Prerequisites

There are a few things that we need to do before integrating to ensure that your Ripe setup works as expected. Make sure to read through the section for your mode of integration.

Using Ripe with a Content Security Policy

When integrating our Segment Device Mode destination, the Ripe SDK or the Ripe API directly from the client.

If you have a Content Security Policy, make sure to add the following entry to ensure that the Ripe SDK and Ripe Widget can load:

script-src:
    storage.getripe.com

If you are using other CSP directives you'll also need to add the following entry to ensure that the SDK and Widget can call our API:

connect-src:
    api.getripe.com

And the following entries to ensure that the Widget is allowed to fetch the resources that it needs:

font-src:
    assets.getripe.com

img-src:
    images.getripe.com
    storage.googleapis.com

Make sure that these domains are also allowed in your firewall rules if you have any.

Last updated