镜像自地址
https://github.com/therootcompany/greenlock.js.git
已同步 2024-11-16 17:29:00 +00:00
bugfixes for defaults
这个提交包含在:
父节点
e3153c5c8b
当前提交
1ce3964aab
@ -581,7 +581,7 @@ function mergeDefaults(MCONF, gconf) {
|
||||
console.info('[default] serverKeyType: ' + MCONF.serverKeyType);
|
||||
}
|
||||
|
||||
if (false !== MCONF.subscriberEmail) {
|
||||
if (!MCONF.subscriberEmail && false !== MCONF.subscriberEmail) {
|
||||
MCONF.subscriberEmail =
|
||||
gconf.subscriberEmail || gconf.maintainerEmail || undefined;
|
||||
MCONF.agreeToTerms = gconf.agreeToTerms || undefined;
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户