aboutsummaryrefslogtreecommitdiff
path: root/doc/Usage/Filter.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Usage/Filter.asciidoc')
-rw-r--r--doc/Usage/Filter.asciidoc12
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/Usage/Filter.asciidoc b/doc/Usage/Filter.asciidoc
deleted file mode 100644
index d23d57a..0000000
--- a/doc/Usage/Filter.asciidoc
+++ /dev/null
@@ -1,12 +0,0 @@
-== 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"
-----