Update docs
This commit is contained in:
parent
6f01571462
commit
45a3611b62
@ -83,6 +83,8 @@ Changed
|
||||
boolean: `always`, `never`, and `when-searching` (which only displays it
|
||||
while a search is active).
|
||||
- '@@' now repeats the last run macro.
|
||||
- The `content.host_blocking.lists` setting now accepts a `file://` URL to a
|
||||
directory, and reads all files in that directory.
|
||||
|
||||
Fixed
|
||||
~~~~~
|
||||
|
@ -1729,6 +1729,11 @@ The file can be in one of the following formats:
|
||||
- A zip-file of any of the above, with either only one file, or a file
|
||||
named `hosts` (with any extension).
|
||||
|
||||
It's also possible to add a local file or directory via a `file://` URL. In
|
||||
case of a directory, all files in the directory are read as adblock lists.
|
||||
|
||||
The file `~/.config/qutebrowser/blocked-hosts` is always read if it exists.
|
||||
|
||||
|
||||
Type: <<types,List of Url>>
|
||||
|
||||
|
@ -547,6 +547,11 @@ content.host_blocking.lists:
|
||||
- A zip-file of any of the above, with either only one file, or a file
|
||||
named `hosts` (with any extension).
|
||||
|
||||
It's also possible to add a local file or directory via a `file://` URL. In
|
||||
case of a directory, all files in the directory are read as adblock lists.
|
||||
|
||||
The file `~/.config/qutebrowser/blocked-hosts` is always read if it exists.
|
||||
|
||||
content.host_blocking.whitelist:
|
||||
default:
|
||||
- piwik.org
|
||||
|
Loading…
Reference in New Issue
Block a user