Specifies the rules for the preview mode. This feature allows the ICAP client to send preview requests to the ICAP server, and then not to scan the objects that are not considered malicious.
If at least one of these parameters is specified, the ICAP plugin will process requests in the preview mode. To allow a proxy server to send requests in this mode, change its settings accordingly.
Notice that If you turn on preview mode in the ICAP plugin, but not in the proxy server, Kaspersky Scan Engine will process HTTP requests as if preview mode is not enabled.
Path
ICAPSettings > Exclusions
Attributes
This element has no attributes.
Nested elements
This element is a container for the following nested elements:
If the object to scan complies with at least one of the rules above, the ICAP plugin returns the code 204
, regardless of the value that the Allow204
parameter of the kavicapd.xml file contains. If the object to scan does not comply with any of the rules, the ICAP plugin returns the error code 100,
and then waits for the ICAP client to send this object.
Example
The following is an example of this element.
<Exclusions> <ContentSize>2048</ContentSize> <ContentType>video/mp4</ContentType> <RequestURL>example.com</RequestURL> </Exclusions> |