From 4409c83ae7390c3fd4164080b4cdfdfac3bc369b Mon Sep 17 00:00:00 2001 From: Taka2 <93112551+taka2noda@users.noreply.github.com> Date: Fri, 25 Oct 2024 13:05:15 +0900 Subject: [PATCH] Update content_security_policy_logs.md To clarify the "directive" at Use CSP with Real User Monitoring and Session Replay Section. --- content/en/integrations/content_security_policy_logs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/integrations/content_security_policy_logs.md b/content/en/integrations/content_security_policy_logs.md index 4fc3b236b1189..c6cc750e939ca 100644 --- a/content/en/integrations/content_security_policy_logs.md +++ b/content/en/integrations/content_security_policy_logs.md @@ -164,7 +164,7 @@ Each browser interprets the report format differently: ## Use CSP with Real User Monitoring and Session Replay -If you're using CSP on your websites, add the following URLs to your existing directives depending on your use case. +If you're using CSP on your websites, add the following URLs to your existing [directives][15] depending on your use case. ### Intake URLs @@ -218,3 +218,4 @@ script-src https://www.datadoghq-browser-agent.com [12]: https://vitejs.dev/guide/assets.html#new-url-url-import-meta-url [13]: https://github.com/rollup/plugins/tree/master/packages/url/#readme [14]: https://developer.mozilla.org/en-US/docs/Web/API/Worker/Worker +[15]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy#directives