From 19702dc9cb8a4e6b075c33f964ad601b00789fd3 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 13 Nov 2019 17:38:53 +0000 Subject: [PATCH] Prevent unwanted Matrix-Synapse probing --- .ansible/roles/matrix_server/templates/homeserver.yaml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 b/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 index 092a3d6..f3dcce0 100644 --- a/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 +++ b/.ansible/roles/matrix_server/templates/homeserver.yaml.j2 @@ -89,3 +89,5 @@ alias_creation_rules: - user_id: "*" alias: "*" action: allow +allow_public_rooms_without_auth: false +allow_public_rooms_over_federation: false