mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-06-17 05:17:48 +02:00
Compare commits
1 commit
a74b2d4e17
...
1d78a7afb8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d78a7afb8 |
|
|
@ -1 +0,0 @@
|
|||
Clarify that server ACLs are case-insensitive, as per [MSC4436](https://github.com/matrix-org/matrix-spec-proposals/pull/4436).
|
||||
|
|
@ -62,9 +62,8 @@ properties:
|
|||
allow:
|
||||
type: array
|
||||
description: |-
|
||||
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
|
||||
evaluated against server names excluding any port information to determine the servers
|
||||
to allow in the room.
|
||||
The 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
|
||||
every server.**
|
||||
|
|
@ -73,9 +72,8 @@ properties:
|
|||
deny:
|
||||
type: array
|
||||
description: |-
|
||||
The case-insensitive [glob expressions](/appendices#glob-style-matching) that are
|
||||
evaluated against server names excluding any port information to determine the servers
|
||||
to disallow in the room.
|
||||
The 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.
|
||||
items:
|
||||
|
|
|
|||
Loading…
Reference in a new issue