diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-08-15 23:41:01 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-08-15 23:41:01 +0300 |
commit | 807c6ce09e4b5d49049d343d73bbca24fa84d527 (patch) | |
tree | 1bb01ea68b23fa9dd9b61c2a7711226fe468cef4 /snap-src/bin/config | |
parent | 5c33a8534186920be642be8e2ac17743a54f16db (diff) | |
download | wekan-807c6ce09e4b5d49049d343d73bbca24fa84d527.tar.gz wekan-807c6ce09e4b5d49049d343d73bbca24fa84d527.tar.bz2 wekan-807c6ce09e4b5d49049d343d73bbca24fa84d527.zip |
- Content Policy: Allow inline scripts, otherwise there is errors in browser/inspect/console.
- Set default matomo settings to disabled.
Thanks to xet7 !
Diffstat (limited to 'snap-src/bin/config')
-rwxr-xr-x | snap-src/bin/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snap-src/bin/config b/snap-src/bin/config index 2c50c074..5a745184 100755 --- a/snap-src/bin/config +++ b/snap-src/bin/config @@ -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" |