X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0005dc0a0fbed975cd9202f7f118b2997632a4f1..399cb31507ce9c53e1be2b8606a9070c2bc132fb:/settings/settings.php diff --git a/settings/settings.php b/settings/settings.php index 591af1c6..a0483f43 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -17,6 +17,8 @@ @define('CONST_ClosedForIndexing', false); @define('CONST_ClosedForIndexingExceptionIPs', ''); @define('CONST_BlockedIPs', ''); + @define('CONST_BlockedUserAgents', ''); + @define('CONST_BlockReverseMaxLoad', 15); @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/'); @define('CONST_Tile_Default', 'Mapnik');