diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-30 16:10:17 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-12-30 16:10:17 +0100 |
commit | d5b4433c44f99bb30a6282c247de3938f3f8c987 (patch) | |
tree | 0a3f68a5d0fea8050d25da4a837107ae5700de27 /doc | |
parent | Add smolbote.5 manpage (diff) | |
download | smolbote-d5b4433c44f99bb30a6282c247de3938f3f8c987.tar.xz |
Fix filter.header not working
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smolbote.5.asciidoc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/smolbote.5.asciidoc b/doc/smolbote.5.asciidoc index 6b48def..5b17a36 100644 --- a/doc/smolbote.5.asciidoc +++ b/doc/smolbote.5.asciidoc @@ -17,6 +17,9 @@ The settings in this file change your preferences and keybindings. Lines starting with *#* are considered comments and ignored. +Options taking multiple values (list options) can have multiple values set by +using the same option name multiple times. + == Sections === Browser Options @@ -90,11 +93,11 @@ Show/Hide downloads widget shortcut. *subwindow.shortcuts.moveRight* (arg=Ctrl+Shift+P):: Move tab to the right *subwindow.shortcuts.fullscreen* (arg=F11):: Show page fullscreen -=== Secutiry Options +=== Security Options *filter.hosts* (arg=~/.config/smolbote/hosts.d):: Hostlist *filter.adblock* arg:: TODO -*filter.header* arg:: +*filter.header* (list):: A list of HTTP headers to set. Each header should be given as a colon-separated name:value pair. |