> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usertour.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Content Security Policy

> Content Security Policy about Usertour.

If your web app uses Content Security Policy (CSP), you’ll need to ensure that your policy allows Usertour.js requests.

Your policy must allow the following:

```raw theme={null}
connect-src:
  https://api.usertour.io
  https://js.usertour.io
  wss://api.usertour.io

script-src:
  https://js.usertour.io

style-src:
  https://js.usertour.io

img-src:
  https://js.usertour.io
  https://assets.usertour.io

media-src:
  https://assets.usertour.io
  https://js.usertour.io
```
