> For the complete documentation index, see [llms.txt](https://developers.zonkafeedback.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.zonkafeedback.com/docs/js-web-client/content-privacy-policy.md).

# Content Security Policy

CSP provides a layer of security for you by protecting you from unwanted Scripts and XSS attacks. If your website or web app makes use of CSP then add the following domain names to your policy to help run the Zonka Feedback widget smoothly.

```javascript
connect-src: 
'self' https://*.zonkafeedback.com
 wss:https://*.zonkafeedback.com;


script-src: 
https://us-js.zonka.co 
https://e-js.zonka.co
https://au-js.zonka.co
https://in-js.zonka.co

frame-src: 
https://us1.zonka.co 
https://e.zonka.co
https://au-js.zonka.co
https://in-js.zonka.co



worker-src blob:
https://cdn.socket.io/4.3.2/socket.io.min.js



```
