Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/web-analytics/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ If your site implements a Content Security Policy (CSP), you'll need to add some
You'll first need to permit our script to execute by adding it to your `script-src` directive:

```
script-src [...existing values...] https://static.cloudflareinsights.com/beacon.min.js
script-src [...existing values...] https://static.cloudflareinsights.com/beacon.min.js/
```

_Note: if you have a query string in the script as per the example above for Google Tag Manager, then you'll need to include this in the URL too, e.g. `script-src [...existing values...] https://static.cloudflareinsights.com/beacon.min.js?token=$SITE_TOKEN`_
Expand Down