This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 29032c29d Automatic Site Publish by Buildbot
29032c29d is described below
commit 29032c29df83d1426653adfc1306f28b340e49a4
Author: buildbot <[email protected]>
AuthorDate: Mon Jun 17 05:46:38 2024 +0000
Automatic Site Publish by Buildbot
---
output/core-developers/csp-interceptor.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/output/core-developers/csp-interceptor.html
b/output/core-developers/csp-interceptor.html
index bb0aaca01..a4742b49f 100644
--- a/output/core-developers/csp-interceptor.html
+++ b/output/core-developers/csp-interceptor.html
@@ -182,10 +182,10 @@ implement CSP in a highly secure fashion.</p>
<li><code class="language-plaintext highlighter-rouge">enforcingMode</code>
(default <code class="language-plaintext highlighter-rouge">false</code>) -
When set to “true”, the enforce mode has been enabled, and the provided policy
is going to be enforced.</li>
<li><code class="language-plaintext highlighter-rouge">reportUri</code> - an
uri under which the violations will be reported.</li>
- <li><code class="language-plaintext
highlighter-rouge">prependServletContext</code> (default <code
class="language-plaintext highlighter-rouge">true</code>) - a flag to prepend
or not the Servlet context to the <code class="language-plaintext
highlighter-rouge">reportUri</code></li>
+ <li><code class="language-plaintext
highlighter-rouge">prependServletContext</code> (default <code
class="language-plaintext highlighter-rouge">true</code>) - a flag to prepend
or not the Servlet context to the <code class="language-plaintext
highlighter-rouge">reportUri</code> (since Struts 6.4.0).</li>
<li><code class="language-plaintext
highlighter-rouge">cspSettingsClassName</code> (default to <code
class="language-plaintext highlighter-rouge">DefaultCspSettings.class</code>) -
a full class name implementing <code class="language-plaintext
highlighter-rouge">CspSettings</code> interface
to allow to define a custom CPS settings. It’s alternative approach of using
the <a href="#action-aware">CspSettingsAware</a>
-interface below.</li>
+interface below (since Struts 6.5.0).</li>
</ul>
<h2 id="report-action">Report action</h2>