Piwik: Disable by default

It makes no sense to have it enabled by default with no configuration
etc.
This commit is contained in:
Adrian Moennich 2016-08-15 10:33:22 +02:00
parent 9e9ab8213e
commit 1306573e7d

View File

@ -43,7 +43,7 @@ class PiwikPlugin(IndicoPlugin):
track_script = 'piwik.php'
default_settings = {
'enabled': True,
'enabled': False,
'enabled_for_events': True,
'enabled_for_downloads': True,
'cache_enabled': True,