Skip to content

Commit 72c70a7

Browse files
📝 remove legacy intake URL from CSP rules
1 parent 912b38e commit 72c70a7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

content/en/real_user_monitoring/faq/content_security_policy.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,18 @@ Depending on the `site` option used to initialize [Real User Monitoring][2] or [
1616
{{< site-region region="us" >}}
1717

1818
```txt
19-
connect-src https://*.logs.datadoghq.com https://*.browser-intake-datadoghq.com
19+
connect-src https://*.browser-intake-datadoghq.com
2020
```
2121

22-
Both entries are required even if you are not using [browser logs collection][3].
23-
2422
{{< /site-region >}}
2523

2624

2725
{{< site-region region="eu" >}}
2826

2927
```txt
30-
connect-src https://*.logs.datadoghq.eu https://*.browser-intake-datadoghq.eu
28+
connect-src https://*.browser-intake-datadoghq.eu
3129
```
3230

33-
Both entries are required even if you are not using [browser logs collection][3].
34-
35-
3631
{{< /site-region >}}
3732

3833

0 commit comments

Comments
 (0)