Add piwik.org to default whitelist.

This commit is contained in:
Florian Bruhin 2015-09-17 06:38:24 +02:00
parent f9645d608b
commit ac27f46170

View File

@ -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 "