|
|
|
@ -66,7 +66,8 @@ module.exports.create = function (config, cb) { |
|
|
|
flushCache: config.flushCache, |
|
|
|
adminEmail: config.adminEmail, |
|
|
|
allowSubscriptions: config.allowSubscriptions, |
|
|
|
myDomain: config.myDomain, |
|
|
|
myDomain: config.httpUnsafeOrigin, |
|
|
|
// XXX not included in the config...
|
|
|
|
mySubdomain: config.mySubdomain, |
|
|
|
customLimits: config.customLimits || {}, |
|
|
|
// FIXME this attribute isn't in the default conf
|
|
|
|
|