Fix missed rst->md numbered list syntax for m.room.server_acl
(#3681)
* Fix missed rst->md numbered list syntax
This commit is contained in:
parent
c400dc99c0
commit
e7adfd5ed1
2 changed files with 5 additions and 4 deletions
1
changelogs/client_server/3681.clarification
Normal file
1
changelogs/client_server/3681.clarification
Normal file
|
@ -0,0 +1 @@
|
|||
Fix broken syntax in Server Access Control Lists definition.
|
|
@ -16,11 +16,11 @@ description: |-
|
|||
the following order:
|
||||
|
||||
1. If there is no `m.room.server_acl` event in the room state, allow.
|
||||
#. If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals`
|
||||
2. If the server name is an IP address (v4 or v6) literal, and `allow_ip_literals`
|
||||
is present and `false`, deny.
|
||||
#. If the server name matches an entry in the `deny` list, deny.
|
||||
#. If the server name matches an entry in the `allow` list, allow.
|
||||
#. Otherwise, deny.
|
||||
3. If the server name matches an entry in the `deny` list, deny.
|
||||
4. If the server name matches an entry in the `allow` list, allow.
|
||||
5. Otherwise, deny.
|
||||
|
||||
**Note:**
|
||||
Server ACLs do not restrict the events relative to the room DAG via authorisation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue