From 51482e16e46daf527df5d365da49ccfef284124d Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 6 Jun 2022 10:52:18 +0200 Subject: Drop allow unsafe locale --- app/im/config/synapse/homeserver.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/im/config/synapse/homeserver.yaml b/app/im/config/synapse/homeserver.yaml index 9f55e05..0dfe10d 100644 --- a/app/im/config/synapse/homeserver.yaml +++ b/app/im/config/synapse/homeserver.yaml @@ -83,7 +83,7 @@ listeners: # Database configuration database: name: psycopg2 - allow_unsafe_locale: true + allow_unsafe_locale: false args: user: {{ key "secrets/chat/synapse/postgres_user" | trimSpace }} password: {{ key "secrets/chat/synapse/postgres_pwd" | trimSpace }} -- cgit v1.2.3