@@ -20,8 +20,8 @@ For a good example, see https://riot.im/develop/config.json.
2020 if ` default_hs_url ` is used.
2121 * The identity server is used for verifying third party identifiers like emails
2222 and phone numbers. It is not used to store your password or account information.
23- If not provided, the identity server defaults to vector.im. Currently the only
24- two public identity servers are https://matrix.org and https://vector.im , however
23+ If not provided, the identity server defaults to vector.im. Currently the only
24+ two public identity servers are https://matrix.org and https://vector.im , however
2525 in future identity servers will be decentralised. In the future it will be possible
2626 to disable the identity server functionality.
2727 * Riot will fail to load if a mix of ` default_server_config ` , ` default_server_name ` , or
@@ -80,6 +80,8 @@ For a good example, see https://riot.im/develop/config.json.
80801 . ` defaultCountryCode ` : The ISO 3166 alpha2 country code to use when showing
8181 country selectors, like the phone number input on the registration page.
8282 Defaults to ` GB ` if the given code is unknown or not provided.
83+ 1 . ` disable_custom_urls ` : disallow the user to change the
84+ default homeserver when signing up or logging in.
8385
8486Note that ` index.html ` also has an og: image meta tag that is set to an image
8587hosted on riot.im. This is the image used if links to your copy of Riot
0 commit comments