Open ignoramous opened 3 years ago
Ref: https://github.com/AdGuardTeam/filtersRegistry/
Filter metadata. Includes name, description, etc.
filterId
— unique filter identifier (integer)name
— filter name; can be localizeddescription
— filter descriptiontimeAdded
— time when this filter was added to the registry; milliseconds since January 1, 1970; you can exec new Date().getTime() in the browser console to get the current timehomepage
— filter website/homepageexpires
— filter's default expiration perioddisplayNumber
— this number is used when AdGuard sorts available filters (GUI)groupId
— group identifiersubscriptionUrl
— default filter subscription URLtags
— a list of tagstrustLevel
— level of trust which describe allowed and permitted rules types; possible values:
low
— only low-risk rule types are allowed; defaults to low if trust level is not configured at allhigh
— trusted third-party filter lists; some particular rules from there are still permitedfull
— all types of filter rules are allowed; only AdGuard filter lists have full trust at the moment
Today, packs like Gambling, Porn, Dating, Social Networks are implicit maintained aloof from the configuration (shown in the simple view of the RethinkDNS configure webpage).
In
v2
of thejson
, introduce a new field viz.packs
which is a set of all packs a particular list belongs to. This supersedes the current fieldsubg
, which is to be removed from version 2.ex: