mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 15:51:11 +08:00
【调整】证书申请域名校验格式去除
This commit is contained in:
@@ -54,9 +54,6 @@ export function createNodeValidator(nodeType: string) {
|
||||
if (!value) {
|
||||
return new Error($t('t_0_1744958839535'))
|
||||
}
|
||||
if (!isDomainGroup(value)) {
|
||||
return new Error($t('t_5_1747817619337'))
|
||||
}
|
||||
return true
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user