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 ae11fabe1 Update .htaccess ae11fabe1 is described below commit ae11fabe1e1e1011d30d51d17b44eeb580cfeeea Author: David Arthur <mum...@gmail.com> AuthorDate: Tue May 27 15:33:09 2025 -0400 Update .htaccess Include 'self' for script and style src directives --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 40257b0bc..781fb5efb 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1 @@ -Header set Content-Security-Policy "style-src https://fonts.googleapis.com/css; script-src https://unpkg.com; script-src https://code.jquery.com" +Header set Content-Security-Policy "style-src 'self'; style-src https://fonts.googleapis.com/css; script-src 'self'; script-src https://unpkg.com; script-src https://code.jquery.com"