This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch new-static-prod
in repository https://gitbox.apache.org/repos/asf/pinot-site.git
The following commit(s) were added to refs/heads/new-static-prod by this push:
new a63228eb configure script-src in .htaccess
a63228eb is described below
commit a63228ebd9283f930cd66aebabb059117ec7dc9f
Author: Xiang Fu <[email protected]>
AuthorDate: Fri Jan 2 10:07:11 2026 -0800
configure script-src in .htaccess
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index 75a4f500..07514ad7 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,7 @@
<IfModule mod_headers.c>
Header unset Content-Security-Policy
Header always set Content-Security-Policy "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]