diff --git a/element.io/app/config.json b/element.io/app/config.json index 0f6266ba74..0259261701 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -37,5 +37,15 @@ "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } - ] + ], + "hostSignup": { + "brand": "Element Home", + "cookiePolicyUrl": "https://element.io/cookie-policy", + "domains": [ + "matrix.org" + ], + "privacyPolicyUrl": "https://element.io/privacy", + "termsOfServiceUrl": "https://element.io/terms-of-service", + "url": "https://ems.element.io/element-home/in-app-loader" + } } diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 9916e853d2..11620415a6 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -41,5 +41,15 @@ "url": "https://element.io/cookie-policy", "text": "Cookie Policy" } - ] + ], + "hostSignup": { + "brand": "Element Home", + "cookiePolicyUrl": "https://element.io/cookie-policy", + "domains": [ + "matrix.org" + ], + "privacyPolicyUrl": "https://element.io/privacy", + "termsOfServiceUrl": "https://element.io/terms-of-service", + "url": "https://ems.element.io/element-home/in-app-loader" + } }