From 5d76e8d7ec9109c9f56247cf5a54e18080b6f706 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 23 Oct 2023 17:53:00 +0200 Subject: [PATCH] Fix violation of privacy --- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-synapse/defaults/main.yml b/roles/custom/matrix-synapse/defaults/main.yml index 7e53f585f..b15c421b4 100644 --- a/roles/custom/matrix-synapse/defaults/main.yml +++ b/roles/custom/matrix-synapse/defaults/main.yml @@ -318,7 +318,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