summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnder Punnar <ander@kvlt.ee>2021-07-19 20:38:27 +0300
committerAnder Punnar <ander@kvlt.ee>2021-07-19 20:38:27 +0300
commit38ec7f61c854bb1c89cd7aadcc93eff87cc70dd6 (patch)
treeff3bfa0232872d330513d4bc111dce0830f4e0ad /doc
parent5b0365ddeefbd0fba443f5c152f5efa0a393dbec (diff)
downloadqutebrowser-38ec7f61c854bb1c89cd7aadcc93eff87cc70dd6.tar.gz
qutebrowser-38ec7f61c854bb1c89cd7aadcc93eff87cc70dd6.zip
make blocking subdomains configurable
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index c5206e52e..57bcdd8e0 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -142,6 +142,7 @@
|<<content.autoplay,content.autoplay>>|Automatically start playing `<video>` elements.
|<<content.blocking.adblock.lists,content.blocking.adblock.lists>>|List of URLs to ABP-style adblocking rulesets.
|<<content.blocking.enabled,content.blocking.enabled>>|Enable the ad/host blocker
+|<<content.blocking.hosts.block_subdomains,content.blocking.hosts.block_subdomains>>|Block subdomains of blocked hosts.
|<<content.blocking.hosts.lists,content.blocking.hosts.lists>>|List of URLs to host blocklists for the host blocker.
|<<content.blocking.method,content.blocking.method>>|Which method of blocking ads should be used.
|<<content.blocking.whitelist,content.blocking.whitelist>>|A list of patterns that should always be loaded, despite being blocked by the ad-/host-blocker.
@@ -1994,6 +1995,14 @@ Type: <<types,Bool>>
Default: +pass:[true]+
+[[content.blocking.hosts.block_subdomains]]
+=== content.blocking.hosts.block_subdomains
+Block subdomains of blocked hosts.
+
+Type: <<types,Bool>>
+
+Default: +pass:[true]+
+
[[content.blocking.hosts.lists]]
=== content.blocking.hosts.lists
List of URLs to host blocklists for the host blocker.