summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-07-20 08:08:28 +0200
committerFlorian Bruhin <me@the-compiler.org>2021-07-20 08:08:28 +0200
commita9e4aeeb46d2babd2725a8da4c416008eddcba0f (patch)
tree723613b083fd9c129aa701a0ab40c6ba08963a3e /doc
parent6c26f2a16100bc51498b6c7b50de42b7c0a39f5f (diff)
downloadqutebrowser-a9e4aeeb46d2babd2725a8da4c416008eddcba0f.tar.gz
qutebrowser-a9e4aeeb46d2babd2725a8da4c416008eddcba0f.zip
Update docs
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog.asciidoc7
-rw-r--r--doc/help/settings.asciidoc1
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index 008c693a3..f7965a952 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -19,6 +19,13 @@ breaking changes (such as renamed commands) can happen in minor releases.
v2.4.0 (unreleased)
-------------------
+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.
+
Fixed
~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index 57bcdd8e0..d993ddddd 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1998,6 +1998,7 @@ Default: +pass:[true]+
[[content.blocking.hosts.block_subdomains]]
=== content.blocking.hosts.block_subdomains
Block subdomains of blocked hosts.
+Note: If only a single subdomain is blocked but should be allowed, consider using `content.blocking.whitelist` instead.
Type: <<types,Bool>>