mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-76755 admin: Blocked hosts defaults improved
This commit is contained in:
parent
880462a168
commit
23318ebb5e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
// Settings elements used by the \core\files\curl_security_helper class.
|
||||||
$blockedhostsdefault = [
|
$blockedhostsdefault = [
|
||||||
'127.0.0.1',
|
'127.0.0.0/8',
|
||||||
'192.168.0.0/16',
|
'192.168.0.0/16',
|
||||||
'10.0.0.0/8',
|
'10.0.0.0/8',
|
||||||
'172.16.0.0/12',
|
'172.16.0.0/12',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue