This is an automated email from the ASF dual-hosted git repository.
zhangjuntao 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 3525789df0f fix: Undo the code modification of #815 (#817)
3525789df0f is described below
commit 3525789df0fd3c95d3f9db662f52d285abccd1a6
Author: Zhang Juntao <[email protected]>
AuthorDate: Sat Mar 21 14:12:13 2026 +0800
fix: Undo the code modification of #815 (#817)
---
.htaccess | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.htaccess b/.htaccess
index 7d1da485f6d..3b82e19c428 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,5 @@
ErrorDocument 404 /404.html
-# 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
+<IfModule mod_headers.c>
+ Header set Content-Security-Policy "frame-src 'self'
https://www.google.com https://app.netlify.com"
+</IfModule>
\ No newline at end of file