====== 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":["","",...,""] ==== Attributes ==== ^ Attribute ^ Use ^ Presence ^ ||URL filter, substring, by the presence of which URL blocking is ignor|Optional| ===== 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 ===== - { "Items":[ ], "ExURLFilters":["?go=","ref="] } - { "Items":[ { ... "ExURLFilters":["?next=go"] ... } ] }