aboutsummaryrefslogtreecommitdiff
path: root/lib/urlfilter
Commit message (Collapse)AuthorAgeFilesLines
* urlfilter: Add FilterTree classAqua-sama2018-10-167-0/+247
| | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format.
* Update remaining repository paths in license headersAqua-sama2018-10-024-4/+4
|
* Split off UrlFilter into libraryAqua-sama2018-10-025-0/+354
- add more adblock filter options