summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-12-27 22:47:05 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-12-27 22:47:05 +0100
commit3a6d0641aaab4c225eaab9af8562da19aba71d27 (patch)
tree0a5df358ac0240dcb1ed75f2f7c1f83af046b719
parent917b42c84b5a73c2b5948a0fea91259bcf029627 (diff)
downloadqutebrowser-3a6d0641aaab4c225eaab9af8562da19aba71d27.tar.gz
qutebrowser-3a6d0641aaab4c225eaab9af8562da19aba71d27.zip
Update setting name
Thanks to ninewise!
-rw-r--r--doc/help/settings.asciidoc2
-rw-r--r--qutebrowser/config/configdata.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index e4e55ac00..b1666b2c2 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -1978,7 +1978,7 @@ Default: +pass:[auto]+
=== content.blocking.whitelist
A list of patterns that should always be loaded, despite being blocked by the ad-/host-blocker.
Local domains are always exempt from adblocking.
-Note this whitelists otherwise blocked requests, not first-party URLs. As an example, if `example.org` loads an ad from `ads.example.org`, the whitelist entry could be `https://ads.example.org/*`. If you want to disable the adblocker on a given page, use the `content.host_blocking.enabled` setting with a URL pattern instead.
+Note this whitelists otherwise blocked requests, not first-party URLs. As an example, if `example.org` loads an ad from `ads.example.org`, the whitelist entry could be `https://ads.example.org/*`. If you want to disable the adblocker on a given page, use the `content.blocking.enabled` setting with a URL pattern instead.
Type: <<types,List of UrlPattern>>
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 1a7ac2df6..6eb65dce7 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -676,7 +676,7 @@ content.blocking.whitelist:
an example, if `example.org` loads an ad from `ads.example.org`, the
whitelist entry could be `https://ads.example.org/*`. If you want to
disable the adblocker on a given page, use the
- `content.host_blocking.enabled` setting with a URL pattern instead.
+ `content.blocking.enabled` setting with a URL pattern instead.
content.hyperlink_auditing:
default: false