Merge branch 'master' of github.com:xwiki-labs/cryptpad

This commit is contained in:
ansuz 2020-03-11 16:34:10 -04:00
commit e80a81a2bb

View file

@ -55,7 +55,7 @@ if (process.env.PACKAGE) {
config.httpPort = 3000;
}
if (typeof(httpSafeOrigin) !== 'string') {
if (typeof(config.httpSafeOrigin) !== 'string') {
if (typeof(config.httpSafePort) !== 'number') {
config.httpSafePort = config.httpPort + 1;
}