This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch feat_kapa
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/feat_kapa by this push:
new 46bb72a2 Ensure accessibility
46bb72a2 is described below
commit 46bb72a27ff18dabd6ab355b7065270b791d705a
Author: CritasWang <[email protected]>
AuthorDate: Tue Jan 6 11:32:13 2026 +0800
Ensure accessibility
---
src/.vuepress/public/.htaccess | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/.vuepress/public/.htaccess b/src/.vuepress/public/.htaccess
index 7aaedcc5..b2a3d018 100644
--- a/src/.vuepress/public/.htaccess
+++ b/src/.vuepress/public/.htaccess
@@ -6,4 +6,4 @@ RewriteRule . /404.html [L]
ErrorDocument 404 /404.html
-Header set Content-Security-Policy "default-src data: blob: 'self'
*.apache.org *.githubusercontent.com *.github.com *.algolia.net
*.algolianet.com *.kapa.ai *.apachecon.com *.communityovercode.org
'unsafe-inline' 'unsafe-eval'; frame-src 'self' data: blob:; frame-ancestors
'self'; worker-src 'self' data: blob:; img-src 'self' blob: data: https:
*.apache.org www.apachecon.com; style-src 'self' 'unsafe-inline' data:;"
+Header set Content-Security-Policy "default-src data: blob: 'self'
*.apache.org *.githubusercontent.com *.github.com *.algolia.net
*.algolianet.com *.kapa.ai www.google.com *.apachecon.com
*.communityovercode.org 'unsafe-inline' 'unsafe-eval'; frame-src 'self' data:
blob:; frame-ancestors 'self'; worker-src 'self' data: blob:; img-src 'self'
blob: data: https: *.apache.org www.apachecon.com; style-src 'self'
'unsafe-inline' data:;"