From 3a6d0641aaab4c225eaab9af8562da19aba71d27 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 27 Dec 2020 22:47:05 +0100 Subject: Update setting name Thanks to ninewise! --- doc/help/settings.asciidoc | 2 +- qutebrowser/config/configdata.yml | 2 +- 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: <> 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 -- cgit v1.2.3-54-g00ecf