From d465bf10fdc84fead5ab886d33e34fcb77977733 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 31 Mar 2021 09:11:28 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02591=20-=20Restore=20lost=20deprecation?= =?UTF-8?q?=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 997330807..b8831c113 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -228,6 +228,7 @@ class Config 'source_of_value' => '', 'show_in_conf_sample' => false, ], + // Deprecated in 3.0.0 N°2591 Will be removed in 3.1 'skip_strong_security' => [ 'type' => 'bool', 'description' => 'Disable strong security - TEMPORARY: this flag should be removed when we are more confident in the recent change in security',