From f57cc96e3ff8f7a564fef560bdf319d10659eb61 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Fri, 10 May 2024 23:33:29 +0900 Subject: [PATCH] Fix #2348 add baro_upload addon to blacklist --- common/defaults/blacklist.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common/defaults/blacklist.php b/common/defaults/blacklist.php index c99583abc..cc0736e91 100644 --- a/common/defaults/blacklist.php +++ b/common/defaults/blacklist.php @@ -11,6 +11,7 @@ return array( 'addon' => array( 'autolang' => true, 'autowww' => true, + 'baro_upload' => true, 'elkha_www' => true, 'fix_domain' => true, 'fix_mysql_utf8' => true,