summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-19 17:21:30 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-19 17:22:36 +0100
commit522eb29da837f7da1d9c67df6b1764660ea2fbee (patch)
tree0d179423c832ce5c9f7fec706b5dff061c826fa3 /doc
parent5fc20471f9395239d4931d1309d5cc67244b52a7 (diff)
downloadqutebrowser-522eb29da837f7da1d9c67df6b1764660ea2fbee.tar.gz
qutebrowser-522eb29da837f7da1d9c67df6b1764660ea2fbee.zip
Don't download favicons if disabled
Prompted by https://www.cs.uic.edu/~polakis/papers/solomos-ndss21.pdf
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 7f0fcec87..e32bbd2d4 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -168,6 +168,8 @@ Changed
set from JavaScript, as it would be if `content.headers.custom` wasn't set.
- The `:buffer` completion now shows the underlying renderer process PID if
doing so is supported (QtWebEngine 5.15).
+- If `tabs.favicons.show` is set to `never`, favicons aren't unnecessarily
+ downloaded anymore.
- Various performance improvements, including for the startup time.
Fixed