fileHost is undefined for most use cases

pull/1/head
ansuz 3 years ago
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…
Cancel
Save