diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-12 17:05:25 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-12 17:05:25 +0200 |
commit | d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa (patch) | |
tree | b21f65bb973745eef52aacb24e5295c4451f2ef0 /doc/Usage/Filter.asciidoc | |
parent | Refactor WebViewContextMenu (diff) | |
download | smolbote-d8cc3eeeb55b92b0d7fe9a325937df11c28fbcaa.tar.xz |
Update doc/ and move various entries to wiki
Diffstat (limited to 'doc/Usage/Filter.asciidoc')
-rw-r--r-- | doc/Usage/Filter.asciidoc | 12 |
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" ----- |