diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-23 17:07:49 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-23 17:07:49 +0100 |
commit | 55f5a827a7abc2f248c2405e1977222062b88e6b (patch) | |
tree | 9c49e8fa9b96072ee8c8e4b7ff0e82cd322be1f0 /linux | |
parent | poi-config saving config (diff) | |
download | smolbote-55f5a827a7abc2f248c2405e1977222062b88e6b.tar.xz |
Cookie filter
- Requires Qt 5.11 (now required)
- New settings: filter.cookies: block.all, block.thirdParty, path
Diffstat (limited to 'linux')
-rw-r--r-- | linux/man/smolbote.7.ronn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/man/smolbote.7.ronn b/linux/man/smolbote.7.ronn index c1e9aa0..03d0088 100644 --- a/linux/man/smolbote.7.ronn +++ b/linux/man/smolbote.7.ronn @@ -65,6 +65,8 @@ Settings are only loaded on launch, so re-run the browser to apply changes. ### Filter settings * filter.path: ~/.config/smolbote/hosts.d +* filter.cookies.block.all: false +* filter.cookies.block.thirdParty: true ### Plugin settings * plugins.path: ~/.config/smolbote/plugins.d |