mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Added experiemental support for content injection.
This commit is contained in:
6
CHANGES
6
CHANGES
@@ -2,6 +2,12 @@
|
||||
?? ??? 2007 - 2.2.0-trunk
|
||||
-------------------------
|
||||
|
||||
* Added experimental support for content injection. Directive SecContentInjection
|
||||
(On|Off) controls whether injection is taking place. Actions "prepend"
|
||||
and "append" inject content when executed. Do note that it is your
|
||||
responsibility to make sure the response is of the appropriate
|
||||
content type (e.g. HTML, plain text, etc).
|
||||
|
||||
* Added string comparison operators with support for macro expansion:
|
||||
@contains, @is, @beginsWith and @endsWith.
|
||||
|
||||
|
Reference in New Issue
Block a user