|
|
|
@@ -599,7 +599,7 @@ allow_federation = {{ matrix_continuwuity_config_allow_federation | to_json }} |
|
|
|
# |
|
|
|
# example: ["matrix.org", "tchncs.de"] |
|
|
|
# |
|
|
|
trusted_servers = {{ matrix_continuwuity_trusted_servers | to_json }} |
|
|
|
trusted_servers = {{ matrix_continuwuity_config_trusted_servers | to_json }} |
|
|
|
|
|
|
|
# Whether to query the servers listed in trusted_servers first or query |
|
|
|
# the origin server first. For best security, querying the origin server |
|
|
|
@@ -1215,7 +1215,7 @@ emergency_password = {{ matrix_continuwuity_config_emergency_password | to_json |
|
|
|
# |
|
|
|
# example: ["badserver\\.tld$", "badphrase", "19dollarfortnitecards"] |
|
|
|
# |
|
|
|
forbidden_remote_server_names = {{ matrix_continuwuity_forbidden_remote_server_names | to_json }} |
|
|
|
forbidden_remote_server_names = {{ matrix_continuwuity_config_forbidden_remote_server_names | to_json }} |
|
|
|
|
|
|
|
# List of allowed server names via regex patterns that we will allow, |
|
|
|
# regardless of if they match `forbidden_remote_server_names`. |
|
|
|
@@ -1224,14 +1224,14 @@ forbidden_remote_server_names = {{ matrix_continuwuity_forbidden_remote_server_n |
|
|
|
# |
|
|
|
# example: ["goodserver\\.tld$", "goodphrase"] |
|
|
|
# |
|
|
|
allowed_remote_server_names = {{ matrix_continuwuity_allowed_remote_server_names | to_json }} |
|
|
|
allowed_remote_server_names = {{ matrix_continuwuity_config_allowed_remote_server_names | to_json }} |
|
|
|
|
|
|
|
# Vector list of regex patterns of server names that continuwuity will |
|
|
|
# refuse to download remote media from. |
|
|
|
# |
|
|
|
# example: ["badserver\.tld$", "badphrase", "19dollarfortnitecards"] |
|
|
|
# |
|
|
|
prevent_media_downloads_from = {{ matrix_continuwuity_prevent_media_downloads_from | to_json }} |
|
|
|
prevent_media_downloads_from = {{ matrix_continuwuity_config_prevent_media_downloads_from | to_json }} |
|
|
|
|
|
|
|
# List of forbidden server names via regex patterns that we will block all |
|
|
|
# outgoing federated room directory requests for. Useful for preventing |
|
|
|
@@ -1239,7 +1239,7 @@ prevent_media_downloads_from = {{ matrix_continuwuity_prevent_media_downloads_fr |
|
|
|
# |
|
|
|
# example: ["badserver\.tld$", "badphrase", "19dollarfortnitecards"] |
|
|
|
# |
|
|
|
forbidden_remote_room_directory_server_names = {{ matrix_continuwuity_forbidden_remote_room_directory_server_names | to_json }} |
|
|
|
forbidden_remote_room_directory_server_names = {{ matrix_continuwuity_config_forbidden_remote_room_directory_server_names | to_json }} |
|
|
|
|
|
|
|
# Vector list of regex patterns of server names that continuwuity will not |
|
|
|
# send messages to the client from. |
|
|
|
@@ -1252,7 +1252,7 @@ forbidden_remote_room_directory_server_names = {{ matrix_continuwuity_forbidden_ |
|
|
|
# example: ["reallybadserver\.tld$", "reallybadphrase", |
|
|
|
# "69dollarfortnitecards"] |
|
|
|
# |
|
|
|
ignore_messages_from_server_names = {{ matrix_continuwuity_ignore_messages_from_server_names | to_json }} |
|
|
|
ignore_messages_from_server_names = {{ matrix_continuwuity_config_ignore_messages_from_server_names | to_json }} |
|
|
|
|
|
|
|
# Send messages from users that the user has ignored to the client. |
|
|
|
# |
|
|
|
@@ -1307,7 +1307,7 @@ ignore_messages_from_server_names = {{ matrix_continuwuity_ignore_messages_from_ |
|
|
|
# attack surface to your server, you are expected to be aware of the risks |
|
|
|
# by doing so. |
|
|
|
# |
|
|
|
url_preview_domain_contains_allowlist = {{ matrix_continuwuity_url_preview_domain_contains_allowlist | to_json }} |
|
|
|
url_preview_domain_contains_allowlist = {{ matrix_continuwuity_config_url_preview_domain_contains_allowlist | to_json }} |
|
|
|
|
|
|
|
# Vector list of explicit domains allowed to send requests to for URL |
|
|
|
# previews. |
|
|
|
|