summary refs log tree commit diff
path: root/docker/conf
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2018-11-20 11:29:25 +0000
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2018-11-20 12:29:25 +0100
commit78ba0e7ab8f1d57eee6aa56e9d496d838a24c6f3 (patch)
treeccd3228cc5ee3ebdf142aedc69ddb18cd13b9432 /docker/conf
parentMerge pull request #4204 from matrix-org/rav/logcontext_leak_fixes (diff)
downloadsynapse-78ba0e7ab8f1d57eee6aa56e9d496d838a24c6f3.tar.xz
Remove riot.im from the list of trusted Identity Servers in the default configuration (#4207)
Diffstat (limited to 'docker/conf')
-rw-r--r--docker/conf/homeserver.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/conf/homeserver.yaml b/docker/conf/homeserver.yaml
index 1b0f655d26..d5074be6dd 100644
--- a/docker/conf/homeserver.yaml
+++ b/docker/conf/homeserver.yaml
@@ -150,10 +150,12 @@ enable_group_creation: true
 
 # The list of identity servers trusted to verify third party
 # identifiers by this server.
+#
+# Also defines the ID server which will be called when an account is
+# deactivated (one will be picked arbitrarily).
 trusted_third_party_id_servers:
     - matrix.org
     - vector.im
-    - riot.im
 
 ## Metrics ###