mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-06 11:24:09 +02:00
Clarify that ACLs are case-insensitive
This commit is contained in:
parent
252de984cc
commit
efafa1c3cf
|
|
@ -62,7 +62,7 @@ properties:
|
||||||
allow:
|
allow:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
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).
|
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
||||||
|
|
||||||
**This defaults to an empty list when not provided, effectively disallowing
|
**This defaults to an empty list when not provided, effectively disallowing
|
||||||
|
|
@ -72,7 +72,7 @@ properties:
|
||||||
deny:
|
deny:
|
||||||
type: array
|
type: array
|
||||||
description: |-
|
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).
|
Each entry is interpreted as a [glob-style pattern](/appendices#glob-style-matching).
|
||||||
|
|
||||||
This defaults to an empty list when not provided.
|
This defaults to an empty list when not provided.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue