====== AddURLFilter ====== Adds URL filter. ===== Syntax ===== procedure AddURLFilter(aURLPart: string); ==== Parameters ==== * **//aURLPart//** * //type:// string * //functions:// part of the URL address for filtering ===== Notes ===== * All the URL, containing aURLPart are filtered ===== Examples ===== -//Forbid to download URL, contain "mc.yandex.ru" AddURLFilter('mc.yandex.ru');