block a server
This commit is contained in:
parent
9fa1a421fd
commit
529870e16e
2 changed files with 14 additions and 8 deletions
|
|
@ -40,6 +40,9 @@
|
|||
|
||||
new_user_displayname_suffix = "";
|
||||
|
||||
forbidden_remote_server_names = [
|
||||
"freetard\\.net$" # racism, zip bomb attempts
|
||||
];
|
||||
ignore_messages_from_server_names = [ ];
|
||||
trusted_servers = [
|
||||
"matrix.org"
|
||||
|
|
@ -49,11 +52,6 @@
|
|||
];
|
||||
|
||||
admins_from_room = false;
|
||||
admins_list = [
|
||||
"@nexusbot:federated.nexus"
|
||||
"@quadradical:federated.nexus"
|
||||
"@hexaheximal:federated.nexus"
|
||||
];
|
||||
|
||||
url_preview_domain_explicit_allowlist = [ "*" ];
|
||||
url_preview_max_spider_size = 2097152;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue