summaryrefslogtreecommitdiff
path: root/doc/changelog.asciidoc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-08-25 08:35:14 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-08-25 10:05:28 +0200
commitc022893a76ab388a552b420728edb19fcb122bb8 (patch)
tree293897fffcad75ba85b7a8d4962c407cc54c8ead /doc/changelog.asciidoc
parent65af6b2125ecc5742e8b1a257ada60d326243ac7 (diff)
downloadqutebrowser-c022893a76ab388a552b420728edb19fcb122bb8.tar.gz
qutebrowser-c022893a76ab388a552b420728edb19fcb122bb8.zip
Prevent mixed content downloading by default
https://blog.chromium.org/2020/02/protecting-users-from-insecure.html https://therecord.media/firefox-follows-chrome-and-prepares-to-block-insecure-downloads/
Diffstat (limited to 'doc/changelog.asciidoc')
-rw-r--r--doc/changelog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index f6e2d7be1..57fc9d4e8 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -25,6 +25,8 @@ Added
- New `content.blocking.hosts.block_subdomains` setting which can be used to
disable the subdomain blocking for the hosts-based adblocker introduced in
v2.3.0.
+- New `downloads.prevent_mixed_content` setting to prevent insecure
+ mixed-content downloads (true by default).
Fixed
~~~~~