mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 11:19:22 +01:00
m.room.server_acl: untested allow/deny experiment
This commit is contained in:
parent
965c115b0e
commit
e5b0f11720
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user