mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 18:54:10 +02:00
Merge 54f32b72de into 22f3cc009b
This commit is contained in:
commit
be0567a0fd
|
|
@ -0,0 +1 @@
|
|||
Clarify that server ACLs are case-insensitive.
|
||||
|
|
@ -62,7 +62,7 @@ properties:
|
|||
allow:
|
||||
type: array
|
||||
description: |-
|
||||
The server names to allow in the room, excluding any port information.
|
||||
The case-insensitive server names to allow in the room, excluding any port information.
|
||||
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
||||
|
||||
**This defaults to an empty list when not provided, effectively disallowing
|
||||
|
|
@ -72,7 +72,7 @@ properties:
|
|||
deny:
|
||||
type: array
|
||||
description: |-
|
||||
The server names to disallow in the room, excluding any port information.
|
||||
The case-insensitive server names to disallow in the room, excluding any port information.
|
||||
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
||||
|
||||
This defaults to an empty list when not provided.
|
||||
|
|
|
|||
Loading…
Reference in a new issue