From ba5878e7869655feda1983967ba80e7c2e811676 Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 2 Feb 2019 10:50:22 -0800 Subject: Update ChangeLog --- config.default.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index d845b277..ad260cf1 100644 --- a/config.default.php +++ b/config.default.php @@ -24,7 +24,9 @@ define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins'); // Plugins directory URL define('PLUGIN_API_URL', 'https://kanboard.org/plugins.json'); -// Enable/Disable plugin installer (Disabled by default for security reason) +// Enable/Disable plugin installer (Disabled by default for security reasons) +// There is no code review or any approval process to submit a plugin. +// This is up to the Kanboard instance owner to validate if a plugin is legit. define('PLUGIN_INSTALLER', false); // Available cache drivers are "file" and "memory" -- cgit v1.2.3