bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
360 stars 242 forks source link

https_proxy: fix setting of ALLOWED_DOMAINS #145

Closed clandmeter closed 2 years ago

clandmeter commented 2 years ago

The template is not correctly checking if DEV_MODE is set to true. This will always set ALLOWED_DOMAINS to an empty string and allowing to generate certificates for any domain that points to the application.

alangecker commented 2 years ago

good catch! thanks for these contributions! :)