Skip to content

Commit 2b7dbb4

Browse files
authored
Merge pull request #16515 from vector-im/jaywink/host-signup-config-element-home
Add hostSignup config for element.io clients
2 parents 29fd47d + aaecbab commit 2b7dbb4

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

element.io/app/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,15 @@
3737
"url": "https://element.io/cookie-policy",
3838
"text": "Cookie Policy"
3939
}
40-
]
40+
],
41+
"hostSignup": {
42+
"brand": "Element Home",
43+
"cookiePolicyUrl": "https://element.io/cookie-policy",
44+
"domains": [
45+
"matrix.org"
46+
],
47+
"privacyPolicyUrl": "https://element.io/privacy",
48+
"termsOfServiceUrl": "https://element.io/terms-of-service",
49+
"url": "https://ems.element.io/element-home/in-app-loader"
50+
}
4151
}

element.io/develop/config.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,15 @@
3737
"url": "https://element.io/cookie-policy",
3838
"text": "Cookie Policy"
3939
}
40-
]
40+
],
41+
"hostSignup": {
42+
"brand": "Element Home",
43+
"cookiePolicyUrl": "https://element.io/cookie-policy",
44+
"domains": [
45+
"matrix.org"
46+
],
47+
"privacyPolicyUrl": "https://element.io/privacy",
48+
"termsOfServiceUrl": "https://element.io/terms-of-service",
49+
"url": "https://ems.element.io/element-home/in-app-loader"
50+
}
4151
}

0 commit comments

Comments
 (0)