mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
More CORS headers settings related to https://github.com/wekan/wekan/pull/2429
Thanks to xet7 !
This commit is contained in:
parent
e540148d09
commit
86e7e1c600
4 changed files with 17 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue