This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/flex-site.git
commit 9f4d4bd480aa4de0dec5692fedb83cae390e3635 Author: Josh Tynjala <joshtynj...@bowlerhat.dev> AuthorDate: Wed Jun 25 11:13:43 2025 -0700 header: fix missing image due to http instead of https with stronger security policy --- theme/apache/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/apache/templates/base.html b/theme/apache/templates/base.html index 14be56b56..039c5a5c2 100644 --- a/theme/apache/templates/base.html +++ b/theme/apache/templates/base.html @@ -66,7 +66,7 @@ </ul> <!-- Apache Logo --> - <a href="http://www.apache.org" id="contact-top"><img src="http://www.apache.org/images/feather-small.gif" title="An Apache Project" alt="An Apache Project" /> </a> + <a href="http://www.apache.org" id="contact-top"><img src="https://www.apache.org/images/feather-small.gif" title="An Apache Project" alt="An Apache Project" /> </a> </div> </div>