cinny: enable mozilla.org (OIDC/next-gen-auth homeserver)
Lint / Shell (shellcheck) (push) Successful in 10s
Lint / JS (eslint) (push) Successful in 21s
Lint / Python (ruff) (push) Successful in 15s
Lint / Python deps (pip-audit) (push) Successful in 59s
Lint / Secret scan (gitleaks) (push) Successful in 9s

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>
This commit is contained in:
2026-06-30 16:58:48 -04:00
parent b39e3594d5
commit d6fd323262
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
"defaultHomeserver": 0,
"homeserverList": [
"matrix.lotusguild.org",
"matrix.org"
"matrix.org",
"mozilla.org"
],
"allowCustomHomeservers": false,
"featuredCommunities": {