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

xyz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 268cae5cef0 Fix CSP blocking GitHub badge images on client libraries 
page (#1035)
268cae5cef0 is described below

commit 268cae5cef045e2b9649da1e64b2ddebeae66556
Author: Li Li <[email protected]>
AuthorDate: Mon Sep 8 09:41:40 2025 +0800

    Fix CSP blocking GitHub badge images on client libraries page (#1035)
---
 static/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/.htaccess b/static/.htaccess
index 72106078f97..0f4353882a5 100755
--- a/static/.htaccess
+++ b/static/.htaccess
@@ -1,4 +1,4 @@
-SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/ 
https://*.algolia.io/";
+SetEnv CSP_PROJECT_DOMAINS "https://*.algolia.net/ https://*.algolianet.com/ 
https://*.algolia.io/ https://*.shields.io/";
 
 RewriteEngine On
 

Reply via email to