Re: [PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
m1a2st commented on code in PR #602: URL: https://github.com/apache/kafka-site/pull/602#discussion_r1607766854 ## .htaccess: ## @@ -10,3 +10,4 @@ RewriteRule ^/?(\d+)/javadoc - [S=2] RewriteRule ^/?(\d+)/images/ - [S=1] RewriteCond $2 !=protocol RewriteRule

Re: [PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-21 Thread via GitHub
raboof commented on code in PR #602: URL: https://github.com/apache/kafka-site/pull/602#discussion_r1607763188 ## .htaccess: ## @@ -10,3 +10,4 @@ RewriteRule ^/?(\d+)/javadoc - [S=2] RewriteRule ^/?(\d+)/images/ - [S=1] RewriteCond $2 !=protocol RewriteRule

Re: [PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-20 Thread via GitHub
brandboat commented on PR #602: URL: https://github.com/apache/kafka-site/pull/602#issuecomment-2120632215 gentle ping @raboof, would you mind take a look ? I saw you left a comment in https://github.com/apache/kafka-site/pull/597#issuecomment-2075421541, and this pr seems done what you

[PR] MINOR - Move CSP header from _header.htm to .htaccess [kafka-site]

2024-05-19 Thread via GitHub
m1a2st opened a new pull request, #602: URL: https://github.com/apache/kafka-site/pull/602 Because this ticket https://issues.apache.org/jira/browse/KAFKA-16794, Some people can't watch the youtube video, because the CSP config added in the meta tag, so I move CSP configuration to the