From b4cc7d7130ad0381dee0f18cb85c7e7b1df059c6 Mon Sep 17 00:00:00 2001 From: Sandra Kuipers Date: Mon, 13 Mar 2023 13:38:16 +0800 Subject: [PATCH] System: added .lock and .json files to htaccess denied list --- .htaccess | 2 +- CHANGELOG.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 94e0316652..12949c7117 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,4 @@ - + Order Allow,Deny Deny from all diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 85357ff180..342dc2b122 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -25,8 +25,10 @@ v25.0.01 System: raised the minimum MySQL version to 5.7 Security + System: added .lock and .json files to htaccess denied list Bug Fixes + v25.0.00 --------