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 cfa365566 Updates stage by Jenkins
cfa365566 is described below
commit cfa365566dc50ce230eb32618ff15281c9af3544
Author: jenkins <[email protected]>
AuthorDate: Wed Jan 17 12:35:32 2024 +0000
Updates stage by Jenkins
---
content/core-developers/csp-interceptor.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/content/core-developers/csp-interceptor.html
b/content/core-developers/csp-interceptor.html
index 69a8a4684..2b161917b 100644
--- a/content/core-developers/csp-interceptor.html
+++ b/content/core-developers/csp-interceptor.html
@@ -179,6 +179,7 @@ header is sent and <code class="language-plaintext
highlighter-rouge">Content-Se
<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 have to 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>
</ul>
<h2 id="report-action">Report action</h2>