summaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-08-13 19:24:07 +0300
committerLauri Ojansivu <x@xet7.org>2018-08-13 19:24:07 +0300
commitb9929dc68297539a94d21950995e26e06745a263 (patch)
tree52783b89881e5315ae1f9e736b621122966e4ae5 /docker-compose.yml
parent79e464bf90171e1aabdee8470d0bcc5fd4339d5b (diff)
downloadwekan-b9929dc68297539a94d21950995e26e06745a263.tar.gz
wekan-b9929dc68297539a94d21950995e26e06745a263.tar.bz2
wekan-b9929dc68297539a94d21950995e26e06745a263.zip
- When Content Policy is enabled, allow one URL to have iframe that embeds Wekan
- Add option to turn off Content Policy - Allow always in Wekan markdown <img src="any-image-url-here"> Thanks to xet7 ! Closes #1676
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index e769cb82..9e96bcf1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -49,6 +49,12 @@ services:
# - MATOMO_DO_NOT_TRACK='false'
# The option that allows matomo to retrieve the username:
# - MATOMO_WITH_USERNAME='true'
+ # Enable browser policy and allow one trusted URL that can have iframe that has Wekan embedded inside.
+ # Setting this to false is not recommended, it also disables all other browser policy protections
+ # and allows all iframing etc. See wekan/server/policy.js
+ - BROWSER_POLICY_ENABLED=true
+ # When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
+ - TRUSTED_URL=
depends_on:
- wekandb