From ac27f46170247af354c6bfc923361d6880405bfb Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 17 Sep 2015 06:38:24 +0200 Subject: [PATCH] Add piwik.org to default whitelist. --- qutebrowser/config/configdata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index cbede4a00..6190b1800 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -736,7 +736,7 @@ def data(readonly=False): "Whether host blocking is enabled."), ('host-blocking-whitelist', - SettingValue(typ.List(none_ok=True), ''), + SettingValue(typ.List(none_ok=True), 'piwik.org'), "List of domains that should always be loaded, despite being " "ad-blocked.\n\n" "Domains may contain * and ? wildcards and are otherwise "