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 2eec56fe3 Update .htaccess 2eec56fe3 is described below commit 2eec56fe3e6fd8b5df73f537656056a446d1d759 Author: David Arthur <mum...@gmail.com> AuthorDate: Tue May 27 15:38:10 2025 -0400 Update .htaccess Add 'unsafe-inline' for style-src --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 18e41b3d6..89e1add24 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1 @@ -Header set Content-Security-Policy "style-src 'self' fonts.googleapis.com; script-src 'self' unpkg.com code.jquery.com" +Header set Content-Security-Policy "style-src 'self' 'unsafe-inline' fonts.googleapis.com; script-src 'self' unpkg.com code.jquery.com"