mirror of
https://github.com/SophiaAtkinson/steamwidgets-web.git
synced 2026-01-17 20:23:29 -08: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