This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/WW-5400-csp in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 65392ce63c4e3ce2955df62fa2ca8e963ac23ed4 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Mon Jun 10 08:09:58 2024 +0200 WW-5400 Fixes small typos --- source/core-developers/csp-interceptor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/core-developers/csp-interceptor.md b/source/core-developers/csp-interceptor.md index 8bd3049ed..6888f2c62 100644 --- a/source/core-developers/csp-interceptor.md +++ b/source/core-developers/csp-interceptor.md @@ -34,8 +34,8 @@ implement CSP in a highly secure fashion. is going to be enforced. - `reportUri` - an uri under which the violations will be reported. - `prependServletContext` (default `true`) - a flag to prepend or not the Servlet context to the `reportUri` -- `cspSettingsClassName` (default to `DefaultCspSettings.class`) - a class name implementing `CspSettings` interface - to allow to define a custom CPS settings. It's alternative approach of using [CspAware](#Action_aware) interface below. +- `cspSettingsClassName` (default to `DefaultCspSettings.class`) - a full class name implementing `CspSettings` interface + to allow to define a custom CPS settings. It's alternative approach of using [CspAware](#action-aware) interface below. ## Report action