mirror of https://github.com/xwiki-labs/cryptpad
fileHost is undefined for most use cases
This commit is contained in:
parent
460832a6ef
commit
b014c4dbf1
|
@ -70,7 +70,7 @@ module.exports.create = function (config) {
|
|||
const Env = {
|
||||
protocol: new URL(httpUnsafeOrigin).protocol,
|
||||
|
||||
fileHost: config.fileHost, // XXX
|
||||
fileHost: config.fileHost || undefined,
|
||||
NO_SANDBOX: NO_SANDBOX,
|
||||
httpSafePort: httpSafePort,
|
||||
|
||||
|
|
Loading…
Reference in New Issue