This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch fix/csp-versions
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 5d3ec9aedcdd4a19a13b68f273851a3c039b2cb3
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Mon Jun 17 07:41:26 2024 +0200

    Adds missing since tag
---
 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 97c0bf05a..6bc69bf51 100644
--- a/source/core-developers/csp-interceptor.md
+++ b/source/core-developers/csp-interceptor.md
@@ -33,10 +33,10 @@ implement CSP in a highly secure fashion.
 - `enforcingMode` (default `false`) - When set to "true", the enforce mode has 
been enabled, and the provided policy 
   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`
+- `prependServletContext` (default `true`) - a flag to prepend or not the 
Servlet context to the `reportUri` (since Struts 6.4.0).
 - `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 
the [CspSettingsAware](#action-aware) 
-  interface below.
+  interface below (since Struts 6.5.0).
 
 ## Report action
 

Reply via email to