diff --git a/doc/modsecurity2-apache-reference.xml b/doc/modsecurity2-apache-reference.xml
index 16f3dd4b..c327e9eb 100644
--- a/doc/modsecurity2-apache-reference.xml
+++ b/doc/modsecurity2-apache-reference.xml
@@ -952,7 +952,7 @@ SecAuditLogStorageDir logs/audit
- SecContentInjection (Experimental)
+ SecContentInjection
Description: Enables content injection using
actions append and prepend.
@@ -1235,7 +1235,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- SecPdfProtect (Experimental)
+ SecPdfProtect
Description: Enables the PDF XSS protection
functionality. Once enabled access to PDF files is tracked. Direct
@@ -1248,7 +1248,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- SecPdfProtectMethod (Experimental)
+ SecPdfProtectMethod
Description: Configure desired protection
method to be used when requests for PDF files are detected. Possible
@@ -1266,7 +1266,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- SecPdfProtectSecret (Experimental)
+ SecPdfProtectSecret
Description: Defines the secret that will be
used to construct one-time tokens. You should use a reasonably long
@@ -1278,7 +1278,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- SecPdfProtectTimeout (Experimental)
+ SecPdfProtectTimeout
Description: Defines the token timeout. After
token expires it can no longer be used to allow access to PDF file.
@@ -1289,7 +1289,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- SecPdfProtectTokenName (Experimental)
+ SecPdfProtectTokenName
Description: Defines the name of the token.
The only reason you would want to change the name of the token is if you
@@ -3791,7 +3791,7 @@ SecAction phase:3,allow
- append (Experimental)
+ append
Description: Appends text given as parameter
to the end of response body. For this action to work content injection
@@ -4482,7 +4482,7 @@ SecRule REQUEST_HEADERS:User-Agent "Test" log,deny,status:403
- prepend (Experimental)
+ prepend
Description: Prepends text given as parameter
to the response body. For this action to work content injection must be