mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-25 12:49:23 +01:00
matrix/m.room.server_acl/: deny matrix.org, *.matrix.org
This commit is contained in:
parent
2bf6e36e1d
commit
b92c974fe7
@ -22,6 +22,8 @@ which can/is left empty as usual.
|
|||||||
"allow": ["*"],
|
"allow": ["*"],
|
||||||
"allow_ip_literals": false,
|
"allow_ip_literals": false,
|
||||||
"deny": [
|
"deny": [
|
||||||
|
"matrix.org",
|
||||||
|
"*.matrix.org",
|
||||||
"disroot.org",
|
"disroot.org",
|
||||||
"privacytools.io",
|
"privacytools.io",
|
||||||
"feneas.org",
|
"feneas.org",
|
||||||
@ -46,6 +48,9 @@ which can/is left empty as usual.
|
|||||||
|
|
||||||
Explanations:
|
Explanations:
|
||||||
|
|
||||||
|
- Very big homeservers promoting centralisation of users and power. Also
|
||||||
|
big source of spam, poor moderation and abusive bot performing public
|
||||||
|
logging of members-only rooms.
|
||||||
- Legacy servers that have discontinued, are in progress of discontinuing or
|
- Legacy servers that have discontinued, are in progress of discontinuing or
|
||||||
are just closed for public, that have PL100 in my rooms. They don't need subdomains
|
are just closed for public, that have PL100 in my rooms. They don't need subdomains
|
||||||
to be denylisted as the subdomain MXIDs wouldn't have power.
|
to be denylisted as the subdomain MXIDs wouldn't have power.
|
||||||
@ -61,7 +66,6 @@ This configuration only lets servers I have accounts on in.
|
|||||||
{
|
{
|
||||||
"allow": [
|
"allow": [
|
||||||
"pikaviestin.fi",
|
"pikaviestin.fi",
|
||||||
"matrix.org",
|
|
||||||
"mozilla.org",
|
"mozilla.org",
|
||||||
"tedomum.net",
|
"tedomum.net",
|
||||||
"pirateriot.net",
|
"pirateriot.net",
|
||||||
|
Loading…
Reference in New Issue
Block a user