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 9e691afd0ce Rollback configuration
9e691afd0ce is described below
commit 9e691afd0ce93421500acc34998f1e6037b008e9
Author: Zhang Juntao <[email protected]>
AuthorDate: Sun Jan 25 16:02:53 2026 +0800
Rollback configuration
---
.htaccess | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/.htaccess b/.htaccess
index 8126242e125..9fd92dafe3f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,15 +1,5 @@
ErrorDocument 404 /404.html
<IfModule mod_headers.c>
- Header always set Content-Security-Policy "default-src 'self'; \
- script-src 'self' 'unsafe-inline' 'unsafe-eval' https://*.algolianet.com
https://*.algolia.net https://*.algolia.io https://api.github.com
https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app https://js.hcaptcha.com
https://*.hcaptcha.com; \
- connect-src 'self' https://*.algolianet.com https://*.algolia.net
https://*.algolia.io https://api.github.com
https://kapa-widget-proxy-la7dkmplpq-uc.a.run.app https://js.hcaptcha.com
https://*.hcaptcha.com; \
- frame-src 'self' https://www.youtube.com https://player.bilibili.com
https://js.hcaptcha.com https://*.hcaptcha.com; \
- style-src 'self' 'unsafe-inline' https:; \
- img-src 'self' data: https:; \
- font-src 'self' data: https:; \
- media-src 'self' https:; \
- object-src 'none'; \
- frame-ancestors 'self'; \
- upgrade-insecure-requests;"
+ Header set Content-Security-Policy "frame-src 'self'
https://www.google.com https://app.netlify.com"
</IfModule>