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
- <literal>SecContentInjection (Experimental)</literal> + <literal>SecContentInjection</literal> Description: Enables content injection using actions append and prepend. @@ -1235,7 +1235,7 @@ SecRule &REQUEST_HEADERS:Accept "@eq 0" \
- <literal>SecPdfProtect</literal> (Experimental) + <literal>SecPdfProtect</literal> 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" \
- <literal>SecPdfProtectMethod</literal> (Experimental) + <literal>SecPdfProtectMethod</literal> 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" \
- <literal>SecPdfProtectSecret</literal> (Experimental) + <literal>SecPdfProtectSecret</literal> 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" \
- <literal>SecPdfProtectTimeout</literal> (Experimental) + <literal>SecPdfProtectTimeout</literal> 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" \
- <literal>SecPdfProtectTokenName</literal> (Experimental) + <literal>SecPdfProtectTokenName</literal> 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