Skip to content

Commit

Permalink
Fix incomplete disallowed remote addresses list SSRF
Browse files Browse the repository at this point in the history
# Conflicts:
#	install/index.php
  • Loading branch information
dvz committed May 1, 2024
1 parent be4d223 commit c81b722
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inc/src/Maintenance/functions_data.php
Expand Up @@ -173,7 +173,8 @@ function writeConfigurationFile(array $config): void
*/
\$config['disallowed_remote_addresses'] = array(
'127.0.0.1',
'0.0.0.0',
'127.0.0.0/8',
'10.0.0.0/8',
'172.16.0.0/12',
'192.168.0.0/16',
Expand Down

0 comments on commit c81b722

Please sign in to comment.