Explorar el Código

Fix violation of privacy

pull/2963/head
Marcel hace 2 años
committed by GitHub
padre
commit
5d76e8d7ec
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/custom/matrix-synapse/defaults/main.yml

+ 1
- 1
roles/custom/matrix-synapse/defaults/main.yml Ver fichero

@@ -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


Cargando…
Cancelar
Guardar