summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorBrendan Abolivier <contact@brendanabolivier.com>2019-04-04 17:25:47 +0100
committerGitHub <noreply@github.com>2019-04-04 17:25:47 +0100
commit8e85493b0cdae25dd07c94c010dbf11bca947c2d (patch)
treeb29f75868cf26a0de6005f28d700d82e738cfacc /docs
parentClean up the database pagination code (#5007) (diff)
downloadsynapse-8e85493b0cdae25dd07c94c010dbf11bca947c2d.tar.xz
Add config option to block users from looking up 3PIDs (#5010)
Diffstat (limited to 'docs')
-rw-r--r--docs/sample_config.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 4ada0fba0e..f6b3fac6cd 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -665,6 +665,10 @@ uploads_path: "DATADIR/uploads"
 #  - medium: msisdn
 #    pattern: '\+44'
 
+# Enable 3PIDs lookup requests to identity servers from this server.
+#
+#enable_3pid_lookup: true
+
 # If set, allows registration of standard or admin accounts by anyone who
 # has the shared secret, even if registration is otherwise disabled.
 #