mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-22 03:09:22 +01:00
matrix/m.room.server_acl: remove unnecessary wildcards, note it
This commit is contained in:
parent
694275d0f2
commit
6ea5a835b2
@ -13,9 +13,13 @@ adjusting this.
|
||||
|
||||
- https://matrix.org/docs/guides/moderation#banning-servers-from-rooms-server-acls
|
||||
|
||||
Note: when sending the custom event via `/devtools` for the first time, click
|
||||
the `Event` so it says `State Event` and asks for `State key` in addition to `type`,
|
||||
which can/is left empty as usual.
|
||||
Note:
|
||||
|
||||
- When sending the custom event via `/devtools` for the first time, click
|
||||
the `Event` so it says `State Event` and asks for `State key` in addition to `type`,
|
||||
which can/is left empty as usual.
|
||||
- Subdomains appear to be implied by specifying 2nd level domain. E.g.
|
||||
`matrix.org` appears to apply to `*.matrix.org` at least on Synapse.
|
||||
|
||||
```json
|
||||
{
|
||||
@ -23,26 +27,18 @@ which can/is left empty as usual.
|
||||
"allow_ip_literals": false,
|
||||
"deny": [
|
||||
"matrix.org",
|
||||
"*.matrix.org",
|
||||
"mjolnir.matrix.org",
|
||||
"disroot.org",
|
||||
"privacytools.io",
|
||||
"feneas.org",
|
||||
"glowers.club",
|
||||
"*.glowers.club",
|
||||
"midov.pl",
|
||||
"*.midov.pl",
|
||||
"kiwifarms.net",
|
||||
"*.kiwifarms.net",
|
||||
"liberta.casa",
|
||||
"nitro.chat",
|
||||
"*.nitro.chat",
|
||||
"nerdsin.space",
|
||||
"*.nerdsin.space",
|
||||
"thisisjoes.site",
|
||||
"*.thisisjoes.site",
|
||||
"pp13.space",
|
||||
"*.pp13.space"
|
||||
"pp13.space"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user