How do you bypass destinations from Malware scanning (CAS) when the Cloud SWG 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:
To bypass destinations using CPL policy:
#if enforcement=wss
<Cache>
condition="Scanning Exemption" response.icap_service(no)
response.icap_service.secure_connection(auto)
define condition "Scanning Exemption"
url.domain=www.example.com
url.domain=www.another.example
end condition "Scanning Exemption"
#endif