mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-21 04:29:25 +03:00
Whitelist 2 more APIs for Synapse workers
Related to:
- e55269e14f
- https://github.com/matrix-org/synapse/commit/3d70cc393fb32235bbeb94a0b97691dff5531f4d
- https://github.com/matrix-org/synapse/commit/4fc85e5a921c7200a54a7fd1e9b56b5d2fedc453
This commit is contained in:
@@ -178,7 +178,9 @@ matrix_synapse_workers_generic_worker_endpoints:
|
|||||||
# Registration/login requests
|
# Registration/login requests
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/login$
|
||||||
- ^/_matrix/client/(r0|v3|unstable)/register$
|
- ^/_matrix/client/(r0|v3|unstable)/register$
|
||||||
|
- ^/_matrix/client/(r0|v3|unstable)/register/available$
|
||||||
- ^/_matrix/client/v1/register/m.login.registration_token/validity$
|
- ^/_matrix/client/v1/register/m.login.registration_token/validity$
|
||||||
|
- ^/_matrix/client/(r0|v3|unstable)/password_policy$
|
||||||
|
|
||||||
# Event sending requests
|
# Event sending requests
|
||||||
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact
|
- ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/redact
|
||||||
|
|||||||
Reference in New Issue
Block a user