| > In the "Filters (scan rules)", I clearly understand
> the use of exclude.
> But what about include?> Does it mean "include" or "only include".
> -*
> +"keyword*.html
filters are processed left to right
-* +*keyword*.html means accept everything from the starting site, then
exclude everything then accept html files with keyword in the url. you get
only html urls with keyword.
+*.jpg -* means accept everything from the starting site, include jpg's from
any site then exclude everything. you get nothing.
| |