m.room.server_acl: untested allow/deny experiment

This commit is contained in:
Aminda Suomalainen 2023-06-08 10:44:20 +03:00
parent 965c115b0e
commit e5b0f11720
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -23,11 +23,10 @@ Note:
```json ```json
{ {
"allow": ["*"], "allow": ["*", "mjolnir.matrix.org"],
"allow_ip_literals": false, "allow_ip_literals": false,
"deny": [ "deny": [
"matrix.org", "matrix.org",
"mjolnir.matrix.org",
"disroot.org", "disroot.org",
"privacytools.io", "privacytools.io",
"feneas.org", "feneas.org",
@ -59,6 +58,8 @@ Explanations:
are just closed for public, that have PL100 in my rooms. are just closed for public, that have PL100 in my rooms.
- `glowers.club`, `midov.pl`, `kiwifarms.net`, `nerdsin.space`, `thisisjoes.site`, `pp13.space` - `glowers.club`, `midov.pl`, `kiwifarms.net`, `nerdsin.space`, `thisisjoes.site`, `pp13.space`
- Connected to abusive raids on communities that I am a part of, sometimes even moderate. - Connected to abusive raids on communities that I am a part of, sometimes even moderate.
- Others
- Most likely inherited from _Community Moderation Effort_.
## Allowlist ## Allowlist