aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/filter.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
|
* AdblockRule constructorAqua-sama2018-10-221-1/+2
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-6/+3
| | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString
* Expand HTTP header settings #4Aqua-sama2018-10-071-0/+45
- add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor