aboutsummaryrefslogtreecommitdiff
path: root/src/webengine/filter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix filter.header not workingAqua-sama2018-12-301-29/+6
|
* Add adblockrule_parseAqua-sama2018-11-161-1/+1
|
* Fix various build warningsAqua-sama2018-10-251-8/+19
|
* Remove lib/ as includepathAqua-sama2018-10-231-1/+1
|
* Integrate FilterTree into browser (#6)Aqua-sama2018-10-191-54/+20
| | | | | | - 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/+116
- 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