This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 00425cebb Updates stage by Jenkins
00425cebb is described below
commit 00425cebb352073cc8c2b7047e9883d4d2cc4e54
Author: jenkins <[email protected]>
AuthorDate: Sun Aug 11 14:36:17 2024 +0000
Updates stage by Jenkins
---
content/.htaccess | 4 ++++
content/download.html | 5 +++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/content/.htaccess b/content/.htaccess
index 80cf212d2..0b7b7435f 100644
--- a/content/.htaccess
+++ b/content/.htaccess
@@ -28,3 +28,7 @@ RedirectMatch \/downloads /releases
RedirectMatch \/announce.html(#a[0-9]+)? /announce-2024.html$1
ErrorDocument 404 /404
+
+<IfModule mod_headers.c>
+ Header set Content-Security-Policy "default-src 'self'; script-src 'self';"
+</IfModule>
diff --git a/content/download.html b/content/download.html
index 0fc9e6b71..1580baf91 100644
--- a/content/download.html
+++ b/content/download.html
@@ -176,8 +176,9 @@ main distribution directory.</p>
<p>The <a href="//struts.apache.org">Apache Struts 6.6.0</a> is an elegant,
extensible framework
for creating enterprise-ready Java web applications. It is available in a full
distribution, or as separate library,
-source, example and documentation distributions. Struts 6.6.0 is the “best
available”
-version of Struts in the 6.x series.</p>
+source, example and documentation distributions.</p>
+
+<p>Struts 6.6.0 is the “best available” version of Struts in the 6.x
series.</p>
<ul>
<li><a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.0">Version
Notes</a></li>