summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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