mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-05 16:05:31 +03:00
Additional infos about SecRemoteRulesFailAction (-> can be used to change the default behaviour or @ipMatchFromFile too)
@@ -1067,6 +1067,8 @@ The optional option "crypto" tells ModSecurity to expect some encrypted content
|
||||
|
||||
The default action is to Abort whenever there is a problem downloading a given URL.
|
||||
|
||||
; Note : This directive also influences the behaviour of @ipMatchFromFile when used with a HTTPS URI to retrieve the remote file.
|
||||
|
||||
== SecRequestBodyAccess ==
|
||||
'''Description''': Configures whether request bodies will be buffered and processed by ModSecurity.
|
||||
|
||||
@@ -3804,6 +3806,8 @@ The file ips.txt may contain:
|
||||
|
||||
; Note : As of v2.9.0-RC1 this operator also supports to load content served by an HTTPS server.
|
||||
|
||||
; Note : When used with content served by a HTTPS server, the directive SecRemoteRulesFailAction can be used to configure a warning instead of an abort, when the remote content could not be retrieved.
|
||||
|
||||
== le ==
|
||||
'''Description:''' Performs numerical comparison and returns true if the input value is less than or equal to the operator parameter. Macro expansion is performed on the parameter string before comparison.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user