# 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' ws: https://*.zonkafeedback.com;

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

frame-src: 
https://us1.zonka.co 
https://e.zonka.co


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



```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.zonkafeedback.com/docs/js-web-client/content-privacy-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
