config option to allow/disallow federation profile requests
allow_profile_lookup_federation_requests Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
85814e96e3
commit
973fed155e
4 changed files with 30 additions and 1 deletions
|
@ -255,6 +255,14 @@ url_preview_check_root_domain = false
|
|||
#well_known_support_email = ""
|
||||
#well_known_support_mxid = ""
|
||||
|
||||
# Config option to allow or disallow incoming federation requests that obtain the profiles
|
||||
# of our local users from `/_matrix/federation/v1/query/profile`
|
||||
#
|
||||
# This is inherently false if `allow_federation` is disabled
|
||||
#
|
||||
# Defaults to true
|
||||
allow_profile_lookup_federation_requests = true
|
||||
|
||||
|
||||
### Misc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue