mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2025-06-27 08:07:41 -07:00
Filter assumed localhost addresses
This commit is contained in:
7
app/config/localhosts.php
Normal file
7
app/config/localhosts.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'localhost',
|
||||
'127.0.0.1',
|
||||
'0.0.0.0'
|
||||
];
|
Reference in New Issue
Block a user