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 46d0248fe Automatic Site Publish by Buildbot 46d0248fe is described below commit 46d0248fe296ba289d19c656a50a89f8f69bb700 Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Jun 10 06:34:42 2024 +0000 Automatic Site Publish by Buildbot --- output/core-developers/csp-interceptor.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/output/core-developers/csp-interceptor.html b/output/core-developers/csp-interceptor.html index 30934f39b..bb0aaca01 100644 --- a/output/core-developers/csp-interceptor.html +++ b/output/core-developers/csp-interceptor.html @@ -183,8 +183,9 @@ implement CSP in a highly secure fashion.</p> 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 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> + <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> </ul> <h2 id="report-action">Report action</h2>