How to exclude specific sites from Antivirus scanning |
|
Add comment
|
|
|
|
Views: 1734
Votes: 0
Comments: 0
|
|
Posted: 17 Aug, 2007
by: Warasin P.
Updated: 04 Dec, 2008
by: Warasin P.
|
|
- Go to Proxy > HTTP > Antivirus and add the sites (one per line) within the box "Do not scan the following URL's".
Those lines can hold URLs with wildcards with following rules:
- Line must cointain Domain/Path
- Domains can have a wildcard at begin.
- Pages can hav a wildcard at begin and end.
- URLs without wildcards are exact
For example:
- www.server-side.de (Only this URL is whitelisted)
- www.server-side.de/* (Domain is completely whitelisted)
- *server-side.de/index.html (Each index.html of each host with the domain server-side.de is whitelisted)
- */*.gif (All .gif are whitelisted)
- www.server-side.de/novirus* (each URL beginning with the pattern is whitelisted)
- www.server-side.de/*novirus* (each URI which contains the string novirus is whitelisted)
Whitelist windows updates:
- *.microsoft.com/*
- *.windowsupdate.com/*
|