This is an automated email from the ASF dual-hosted git repository. davidarthur pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/kafka-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 27a9b2b60 Update .htaccess 27a9b2b60 is described below commit 27a9b2b60ce82f52dce573a4f3bad52b9acc49d0 Author: David Arthur <mum...@gmail.com> AuthorDate: Tue May 27 15:36:12 2025 -0400 Update .htaccess Fix syntax --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index f0eba5d30..18e41b3d6 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1 @@ -Header set Content-Security-Policy "style-src 'self'; style-src https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&display=swap; script-src 'self'; script-src https://unpkg.com/lunr@2.3.9/lunr.min.js; script-src https://code.jquery.com/jquery-3.7.1.min.js" +Header set Content-Security-Policy "style-src 'self' fonts.googleapis.com; script-src 'self' unpkg.com code.jquery.com"