How do we bypass destinations from Malware scanning (CAS) when the WSS policy is managed from the Management Center.
Certain websites are not loading due to malware scanning and need to be bypassed from the scanning.
There are two ways to bypass anything from Malware Scanning from the MC VPM.
To bypass destinations from the same Web Content Layer where you have defined the default scanning rule, follow the steps below;
To bypass destinations using CPL policy, follow the steps below;
#if enforcement=wss
<Cache>
condition="Scanning Exemption" response.icap_service(no)
#endif
define condition "Scanning Exemption"
url.domain=www.example.com
url.domain=www.abc.com
end condition "Scanning Exemption"