Compare commits

...

2 Commits

Author SHA1 Message Date
Marcel
d17bd67468
Merge 5d76e8d7ec9109c9f56247cf5a54e18080b6f706 into 58a8f79d951c46b81f1642935b417c0fe2c3a498 2024-11-13 20:59:55 +01:00
Marcel
5d76e8d7ec
Fix violation of privacy 2023-10-23 17:53:00 +02:00

View File

@ -485,7 +485,7 @@ matrix_synapse_allow_public_rooms_without_auth: false
# However, disabling federation completely (see `matrix_synapse_federation_enabled`) is a better way to make your server private,
# instead of relying on security-by-obscurity -- federating with others, having your public rooms joinable by anyone,
# but hiding them and thinking you've secured them.
matrix_synapse_allow_public_rooms_over_federation: true
matrix_synapse_allow_public_rooms_over_federation: false
# Whether to require authentication to retrieve profile data (avatars,
# display names) of other users through the client API. Defaults to