Array ExURLFilters

Used to specify the URL of the excluding filters ignoring the blocking.

May be considered as a property of the root object, or a property of one of the Item objects

Structure

"ExURLFilters":["<aURLPart>","<aURLPart>",...,"<aURLPart>"]

Attributes

Attribute Use Presence
<aURLPart>URL filter, substring, by the presence of which URL blocking is ignorOptional

Description

If non-empty array ExURLFilters was detected in an external source, then during the execution of the task, URL, containing the specified substring will be loaded.

ExURLFilters Overlaps the URLFilters blocking. For example, if the filter URLFilters «mc.yandex.ru» and exclude filter ExURLFilters «mc.yandex.ru?go» are installed, all URL, containing «mc.yandex.ru», will be blocked, but if this URL contains «mc.yandex.ru?go», then the URL will not be blocked.

Examples

  1. {
      "Items":[
      ],
      "ExURLFilters":["?go=","ref="]
    }
  2. {
      "Items":[
        {
          ...
          "ExURLFilters":["?next=go"]
          ...
        }
      ]
    }