aboutsummaryrefslogtreecommitdiff
path: root/doc/Usage/Filter.asciidoc
blob: d23d57a1be93c84c8398cc447757745cf703fee6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
== Url Request Filter
smolbote has a singular URL request filter that is installed onto all profiles.
Any setting applied to it will be applied to all profiles.

=== filter.header
  A list of header-value pairs, separated by a colon (':').

You can specify multiple headers by using --filter.header multiple times:
[source, sh]
----
poi --filter.header "Dnt:1" --filter.header "Accept:text/html"
----