clean up a few tasks related to allow lists
This commit is contained in:
@@ -69,8 +69,7 @@ module.exports.create = function (config, cb) {
|
||||
blockDailyCheck: config.blockDailyCheck === true,
|
||||
|
||||
myDomain: config.httpUnsafeOrigin,
|
||||
// XXX not included in the config...
|
||||
mySubdomain: config.mySubdomain,
|
||||
mySubdomain: config.mySubdomain, // only exists for the accounts integration
|
||||
customLimits: config.customLimits || {},
|
||||
// FIXME this attribute isn't in the default conf
|
||||
// but it is referenced in Quota
|
||||
|
||||
Reference in New Issue
Block a user