Filter assumed localhost addresses

This commit is contained in:
Daniel Brendel
2023-07-29 13:02:43 +02:00
parent a9d3d312e2
commit eab0025735
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<?php
return [
'localhost',
'127.0.0.1',
'0.0.0.0'
];