All Collections
General FAQ
Security + Privacy
Using Content Security Policy (CSP) with Merge
Using Content Security Policy (CSP) with Merge

URLs and domains Merge utilizes for the embedded Merge Link flow as added security

Gil Feig avatar
Written by Gil Feig
Updated over a week ago

Many Merge customers use a CSP to provide an added layer of security and restrict which domains they allow interaction with.

Merge Link requires the following policies:

You can learn more about how to add a CSP here, but thse are the URLs and domains Merge requires:

script-src https://cdn.merge.dev

connect-src https://api.merge.dev

img-src https://merge-api-production.s3.amazonaws.com

frame-src https://cdn.merge.dev

Did this answer your question?