mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-13 07:29:39 +00:00
Piwik: Disable by default
It makes no sense to have it enabled by default with no configuration etc.
This commit is contained in:
parent
9e9ab8213e
commit
1306573e7d
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user