d6fd323262
Now that the client supports MSC3861 OIDC login, add mozilla.org to the homeserverList and its origins to the CSP. mozilla delegates: homeserver -> mozilla.modular.im, OIDC issuer -> chat.mozilla.org, identity -> vector.im. - connect-src += mozilla.org mozilla.modular.im chat.mozilla.org vector.im - img-src += mozilla.org mozilla.modular.im Applied live to LXC 106 and synced here. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
19 lines
333 B
JSON
19 lines
333 B
JSON
{
|
|
"defaultHomeserver": 0,
|
|
"homeserverList": [
|
|
"matrix.lotusguild.org",
|
|
"matrix.org",
|
|
"mozilla.org"
|
|
],
|
|
"allowCustomHomeservers": false,
|
|
"featuredCommunities": {
|
|
"openAsDefault": false,
|
|
"spaces": [],
|
|
"rooms": [],
|
|
"servers": []
|
|
},
|
|
"hashRouter": {
|
|
"enabled": false,
|
|
"basename": "/"
|
|
}
|
|
} |