Explorar o código

Merge pull request #16515 from vector-im/jaywink/host-signup-config-element-home

Add hostSignup config for element.io clients
J. Ryan Stinnett %!s(int64=5) %!d(string=hai) anos
pai
achega
2b7dbb4fce
Modificáronse 2 ficheiros con 22 adicións e 2 borrados
  1. 11 1
      element.io/app/config.json
  2. 11 1
      element.io/develop/config.json

+ 11 - 1
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"
+    }
 }

+ 11 - 1
element.io/develop/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"
+    }
 }