DeleteURLFilter
Removes URL filter.
Syntax
procedure DeleteURLFilter(aURLPart: string);
Parameters
- aURLPart
- type: string
- functions: URL filter
Examples
//Remove the prohibition of loading the pages which contain "mc.yandex.ru" DeleteURLFilter('mc.yandex.ru');