allow hyphenated subdomains in caas

This commit is contained in:
Girish Ramakrishnan
2018-09-22 12:37:38 -07:00
parent e69004548b
commit 6214ba7b31

View File

@@ -234,7 +234,8 @@ function isSpacesEnabled() {
}
function allowHyphenatedSubdomains() {
return get('edition') === 'hostingprovider';
// we should move caas also to hostingprovider edition at some point
return get('edition') === 'hostingprovider' || get('provider') === 'caas';
}
function allowOperatorActions() {