|
|
@ -545,7 +545,7 @@ matrix_synapse_ext_spam_checker_mjolnir_antispam_config_ban_lists: []
|
|
|
|
# Enable this to activate the E2EE disabling Synapse module.
|
|
|
|
# Enable this to activate the E2EE disabling Synapse module.
|
|
|
|
# See: https://github.com/digitalentity/matrix_encryption_disabler
|
|
|
|
# See: https://github.com/digitalentity/matrix_encryption_disabler
|
|
|
|
matrix_synapse_ext_encryption_disabler_enabled: false
|
|
|
|
matrix_synapse_ext_encryption_disabler_enabled: false
|
|
|
|
matrix_synapse_ext_encryption_disabler_download_url: "https://raw.githubusercontent.com/digitalentity/matrix_encryption_disabler/ee80beedc5084a5fabf3c91d8df6d59457d3a790/matrix_e2ee_filter.py"
|
|
|
|
matrix_synapse_ext_encryption_disabler_download_url: "https://raw.githubusercontent.com/digitalentity/matrix_encryption_disabler/d1d2b22079ca511797f36edde5065b8fae5610e8/matrix_e2ee_filter.py"
|
|
|
|
# A list of server domain names for which to deny encryption if the event sender's domain matches the domain in the list.
|
|
|
|
# A list of server domain names for which to deny encryption if the event sender's domain matches the domain in the list.
|
|
|
|
# By default, with the configuration below, we prevent all homeserver users from initiating encryption in ANY room.
|
|
|
|
# By default, with the configuration below, we prevent all homeserver users from initiating encryption in ANY room.
|
|
|
|
matrix_synapse_ext_encryption_disabler_deny_encryption_for_users_of: ["{{ matrix_domain }}"]
|
|
|
|
matrix_synapse_ext_encryption_disabler_deny_encryption_for_users_of: ["{{ matrix_domain }}"]
|
|
|
|