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
committerErik Johnston <erik@matrix.org>2019-04-05 14:25:27 +0100
commit0fcf7e5c57571c8b98a26b0ddeac5e06cd575e22 (patch)
tree5a9094de656d646ebf1109ae22920c17b1179c39 /docs
parentMerge branch 'master' of github.com:matrix-org/synapse into dinsic (diff)
downloadsynapse-0fcf7e5c57571c8b98a26b0ddeac5e06cd575e22.tar.xz
Add config option to block users from looking up 3PIDs (#5010) dinsic_2019-04-05
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 b48a63e5f8..ff9f687b3c 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -693,6 +693,10 @@ uploads_path: "DATADIR/uploads"
 #
 #disable_3pid_changes: False
 
+# 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.
 #