- Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console.

- Set default matomo settings to disabled.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-15 23:41:01 +03:00
parent 5c33a85341
commit 807c6ce09e
5 changed files with 18 additions and 12 deletions

View file

@ -61,7 +61,7 @@ DEFAULT_MATOMO_SITE_ID=""
KEY_MATOMO_SITE_ID="matomo-site-id"
DESCRIPTION_MATOMO_DO_NOT_TRACK="The option do not track which enables users to not be tracked by matomo"
DEFAULT_MATOMO_DO_NOT_TRACK="false"
DEFAULT_MATOMO_DO_NOT_TRACK="true"
KEY_MATOMO_DO_NOT_TRACK="matomo-do-not-track"
DESCRIPTION_MATOMO_WITH_USERNAME="The option that allows matomo to retrieve the username"