diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-12-05 11:55:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-05 11:55:12 +0000 |
commit | d49933470d5aa74dcb3620c40db1563c9cba27e5 (patch) | |
tree | 1a60dc35277342402dbd9adf329fc2e7958664a7 /docs | |
parent | Fix scripts/generate_signing_key.py import statement (#15) (diff) | |
download | synapse-d49933470d5aa74dcb3620c40db1563c9cba27e5.tar.xz |
Add limit_profile_requests_to_known_users option (#18)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sample_config.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index b4713b687e..7531e3aef8 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -77,6 +77,13 @@ pid_file: DATADIR/homeserver.pid # #require_auth_for_profile_requests: true +# Whether to require a user to share a room with another user in order +# to retrieve their profile information. Only checked on Client-Server +# requests. Profile requests from other servers should be checked by the +# requesting server. Defaults to 'false'. +# +# limit_profile_requests_to_known_users: true + # If set to 'false', requires authentication to access the server's public rooms # directory through the client API. Defaults to 'true'. # |