From a8fbc3636838870f094b4124364a9bb8112fe8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Saquetim?= <1108771+megothss@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:44:21 -0300 Subject: [PATCH] DEV: Sets the `plugin_name_enabled` flag to false (#32) Plugins in general should be disabled by default, requiring an admin to explicitly enable them. --- config/settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/settings.yml b/config/settings.yml index 332b90f..fa53880 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -1,4 +1,4 @@ plugins: plugin_name_enabled: - default: true + default: false client: true