This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/echarts-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 71f630118 Update .htaccess
71f630118 is described below
commit 71f630118a36abda2fe658b29e0a8ece6f0cba7a
Author: Zhongxiang Wang <[email protected]>
AuthorDate: Tue Feb 4 18:44:41 2025 +0800
Update .htaccess
---
.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.htaccess b/.htaccess
index d3ffe8890..44f91113f 100644
--- a/.htaccess
+++ b/.htaccess
@@ -14,7 +14,7 @@ RedirectMatch 404 /\.asf\.yaml
Header set X-XSS-Protection "1; mode=block"
Header set X-Frame-Options "sameorigin"
Header set X-Content-Type-Options "nosniff"
- Header always set Content-Security-Policy ""
+ Header always set Content-Security-Policy "frame-src 'self'"
</IfModule>
<IfModule mod_expires.c>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]