This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch new-site-dev
in repository https://gitbox.apache.org/repos/asf/pinot-site.git

commit ead62a6055bfbdc04799cd5ae477714f56ef80bf
Author: Xiang Fu <[email protected]>
AuthorDate: Fri Jan 2 06:05:04 2026 -0800

    Allow Matomo in CSP
---
 next.config.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/next.config.js b/next.config.js
index 5843a5f9..ee2965a6 100644
--- a/next.config.js
+++ b/next.config.js
@@ -7,7 +7,7 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
 // You might need to insert additional domains in script-src if you are using 
external services
 const ContentSecurityPolicy = `
   default-src 'self';
-  script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app 
analytics.umami.is www.youtube.com;
+  script-src 'self' 'unsafe-eval' 'unsafe-inline' giscus.app 
analytics.umami.is analytics.apache.org www.youtube.com;
   style-src 'self' 'unsafe-inline';
   img-src * blob: data:;
   media-src *.s3.amazonaws.com;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to