Skip to content

Commit 116729a

Browse files
committed
Add additional forbidden example value for homeserver address
1 parent 4d79e1c commit 116729a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mautrix/bridge/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def _new_token() -> str:
7676
def forbidden_defaults(self) -> list[ForbiddenDefault]:
7777
return [
7878
ForbiddenDefault("homeserver.address", "https://example.com"),
79+
ForbiddenDefault("homeserver.address", "https://matrix.example.com"),
7980
ForbiddenDefault("homeserver.domain", "example.com"),
8081
] + (
8182
[

0 commit comments

Comments
 (0)