From 80463cf8d84c0198d90606826c52e71df33a7fbe Mon Sep 17 00:00:00 2001 From: Ellis Date: Mon, 17 Sep 2018 12:49:07 -0400 Subject: [PATCH] Reworded configdata to fit with previously used descriptions --- qutebrowser/config/configdata.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml index 8f4c52fd3..738d7fd7b 100644 --- a/qutebrowser/config/configdata.yml +++ b/qutebrowser/config/configdata.yml @@ -506,10 +506,7 @@ content.host_blocking.whitelist: valtype: UrlPattern none_ok: true desc: >- - List of URL Patterns should always be loaded, despite being ad-blocked. - - Patterns may contain the * wildcard and are based on chromium url matching - guidelines. See utils.urlmatch.py for examples. + List of URL Patterns that should always be loaded, despite being ad-blocked. Local domains are always exempt from hostblocking.