Add piwik.org to default whitelist.
This commit is contained in:
parent
f9645d608b
commit
ac27f46170
@ -736,7 +736,7 @@ def data(readonly=False):
|
|||||||
"Whether host blocking is enabled."),
|
"Whether host blocking is enabled."),
|
||||||
|
|
||||||
('host-blocking-whitelist',
|
('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 "
|
"List of domains that should always be loaded, despite being "
|
||||||
"ad-blocked.\n\n"
|
"ad-blocked.\n\n"
|
||||||
"Domains may contain * and ? wildcards and are otherwise "
|
"Domains may contain * and ? wildcards and are otherwise "
|
||||||
|
Loading…
Reference in New Issue
Block a user