This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git
The following commit(s) were added to refs/heads/master by this push:
new c19635c2c48 fix: CSP_PROJECT_DOMAINS config to load recaptcha resource
(#816)
c19635c2c48 is described below
commit c19635c2c480c35c497b9bfd8c6c20f480340758
Author: Zhang Juntao <[email protected]>
AuthorDate: Sat Mar 21 13:31:45 2026 +0800
fix: CSP_PROJECT_DOMAINS config to load recaptcha resource (#816)
---
.htaccess | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index ba9451e69f0..7d1da485f6d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
ErrorDocument 404 /404.html
-# CSP permissions for apache.skywalking.apache.org - Adding third party
services Google, Netlify. Approved per https://infra.apache.org/tools/csp.html
-SetEnv CSP_PROJECT_DOMAINS "https://www.google.com https://app.netlify.com"
\ No newline at end of file
+# CSP permissions for apache.skywalking.apache.org - Adding third party
services Google, Netlify, reCAPTCHA. Approved per
https://infra.apache.org/tools/csp.html
+SetEnv CSP_PROJECT_DOMAINS "https://www.google.com https://www.gstatic.com
https://app.netlify.com"
\ No newline at end of file