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 3a22503db Updates stage by Jenkins 3a22503db is described below commit 3a22503db6557a8888e25f273e700f6f4a7a14ba Author: jenkins <bui...@apache.org> AuthorDate: Mon Jun 10 06:27:00 2024 +0000 Updates stage by Jenkins --- content/core-developers/csp-interceptor.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/core-developers/csp-interceptor.html b/content/core-developers/csp-interceptor.html index 638b15d5a..bb0aaca01 100644 --- a/content/core-developers/csp-interceptor.html +++ b/content/core-developers/csp-interceptor.html @@ -184,7 +184,8 @@ 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">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 <a href="#action-aware">CspAware</a> interface below.</li> +to allow to define a custom CPS settings. It’s alternative approach of using the <a href="#action-aware">CspSettingsAware</a> +interface below.</li> </ul> <h2 id="report-action">Report action</h2>