mirror of
https://github.com/wekan/wekan.git
synced 2026-01-26 11:16:10 +01:00
- 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:
parent
5c33a85341
commit
807c6ce09e
5 changed files with 18 additions and 12 deletions
|
|
@ -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=""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue