Содержание

DeleteURLFilter

Removes URL filter.

Syntax

procedure DeleteURLFilter(aURLPart: string);

Parameters

  • aURLPart
    • type: string
    • functions: URL filter

Examples

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