summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-15 23:41:01 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-15 23:41:01 +0300
commit807c6ce09e4b5d49049d343d73bbca24fa84d527 (patch)
tree1bb01ea68b23fa9dd9b61c2a7711226fe468cef4 /Dockerfile
parent5c33a8534186920be642be8e2ac17743a54f16db (diff)
downloadwekan-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 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 77cd648e..94528ec9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,8 +33,8 @@ ENV BUILD_DEPS="apt-utils gnupg gosu wget curl bzip2 build-essential python git
WITH_API=true \
MATOMO_ADDRESS="" \
MATOMO_SITE_ID="" \
- MATOMO_DO_NOT_TRACK=false \
- MATOMO_WITH_USERNAME=true \
+ MATOMO_DO_NOT_TRACK=true \
+ MATOMO_WITH_USERNAME=false \
BROWSER_POLICY_ENABLED=true \
TRUSTED_URL=""