Content-Security-Policy (CSP)

Content-Security-Policy (CSP) is a browser feature that limits what origins (i.e. domains) your page can interact with. When you configure a security policy on your website, the browser will reject any connections that don't fit the policy. If you're using the <script> tag to inject Service Bell into your site, it's likely you may not have added the Service Bell domains to your policy.

To use Service Bell with a CSP, add the following directives only if you've already specified them for your other resources:

Directive

Value

connect-src

https://*.servicebell.com

wss://*.servicebell.com

*.twilio.com

script-src

https://*.servicebell.com

https://*.calendly.com

worker-src

https://*.servicebell.com

style-src

https://*.servicebell.com

img-src

https://*.servicebell.com

media-src

https://*.servicebell.com

mediastream:

font-src

https://*.servicebell.com

webrtc

'allow'

Last updated