From 23318ebb5ecb6bf13ee19caeedadf99e9c451e5c Mon Sep 17 00:00:00 2001 From: David Woloszyn Date: Thu, 2 Feb 2023 15:16:17 +1100 Subject: [PATCH] MDL-76755 admin: Blocked hosts defaults improved --- admin/settings/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/settings/security.php b/admin/settings/security.php index 72fac4a77d9..f4dfde50952 100644 --- a/admin/settings/security.php +++ b/admin/settings/security.php @@ -169,7 +169,7 @@ if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page // Settings elements used by the \core\files\curl_security_helper class. $blockedhostsdefault = [ - '127.0.0.1', + '127.0.0.0/8', '192.168.0.0/16', '10.0.0.0/8', '172.16.0.0/12',