summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-11 16:32:42 +0300
committerLauri Ojansivu <x@xet7.org>2019-06-11 16:32:42 +0300
commit86e7e1c600096101cb0d594b22fffe4dae481ef4 (patch)
tree19c6c46ecb99d5da3a8c6e96cc88c62626131737 /Dockerfile
parente540148d0908e3b28ebb1daac66c44357007cd0c (diff)
downloadwekan-86e7e1c600096101cb0d594b22fffe4dae481ef4.tar.gz
wekan-86e7e1c600096101cb0d594b22fffe4dae481ef4.tar.bz2
wekan-86e7e1c600096101cb0d594b22fffe4dae481ef4.zip
More CORS headers settings related to https://github.com/wekan/wekan/pull/2429
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 09df2c08..bef82929 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -99,6 +99,8 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
LOGOUT_ON_HOURS="" \
LOGOUT_ON_MINUTES="" \
CORS="" \
+ CORS_ALLOW_HEADERS="" \
+ CORS_EXPOSE_HEADERS="" \
DEFAULT_AUTHENTICATION_METHOD=""
# Copy the app to the image