Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Consider setting allow_device_name_lookup_over_federation to false by default #12414

Closed
anoadragon453 opened this issue Apr 7, 2022 · 1 comment · Fixed by #12616
Closed
Labels
P3 (OBSOLETE: use S- labels.) Approved backlog: not yet scheduled, will accept patches T-Other Questions, user support, anything else.

Comments

@anoadragon453
Copy link
Member

# Uncomment to disable device display name lookup over federation. By default, the
# Federation API allows other homeservers to obtain device display names of any user
# on this homeserver. Defaults to 'true'.
#
#allow_device_name_lookup_over_federation: false

It is undoubtedly a boost to user privacy if device names are not sent over federation to other users. Is there any objection to simply having that by the default (rather than sharing device names)?

Device IDs, which are typically used when debugging encryption-related errors, are still shared out of necessity regardless of this option.

@anoadragon453 anoadragon453 added T-Other Questions, user support, anything else. X-Needs-Discussion labels Apr 7, 2022
@richvdh
Copy link
Member

richvdh commented Apr 14, 2022

Agreed, there doesn't seem to be any reason for this to be enabled by default.

Going one step further, why are we only limiting this to federation lookups? Why do we allow any users to see other users' device names in general?

Seems like we should change this; not going to prioritise it for a fix though.

@richvdh richvdh added P3 (OBSOLETE: use S- labels.) Approved backlog: not yet scheduled, will accept patches and removed X-Needs-Discussion labels Apr 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
P3 (OBSOLETE: use S- labels.) Approved backlog: not yet scheduled, will accept patches T-Other Questions, user support, anything else.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants