Содержание

DeleteURLFilter

Removes URL filter.

Syntax

procedure DeleteURLFilter(aURLPart: string);

Parameters

Examples

  1. //Remove the prohibition of loading the pages which contain "mc.yandex.ru"
    DeleteURLFilter('mc.yandex.ru');